flake8
passed.
JSHint
passed.
Review Request #11379 — Created Jan. 13, 2021 and submitted
Information | |
---|---|
chipx86 | |
Review Board | |
release-4.0.x | |
Reviewers | |
reviewboard | |
The new
--all-pyvers
argument allows asetup.py
command to run for
every supported version of Python, simplifying the setup process
considerably.
prepare-dev.py
has also gained this option, which it will pass on to
setup.py
. This isn't the default because someone setting up a tree
might not have a multi-Python virtualenv set up, but it's available if
needed.
Tested both commands with and without
--pyvers
.
Summary | |
---|---|