flake8
passed.
JSHint
passed.
Review Request #13090 — Created June 1, 2023 and submitted
Information | |
---|---|
chipx86 | |
virtualenv-multiver | |
master | |
Reviewers | |
beanbag-misc | |
This adds support for config-specified Python versions in a
.pydorc
,
pyproject.toml
, orsetup.cfg
when runningvirtualenv-multiver
to
create an environment.That helps a lot with consistency. Projects can now define the supported
versions, andvirtualenv-multiver
will then use those to create a
consistent environment.
Tested with specifying versions on the command line.
Tested with specifying versions in a config file.
Tested with no versions specified.
Summary | |
---|---|