Bad Requested Python version (X.Y) not installed
output
#692
Labels
area:testenv-creation
bug:minor
does not affect many people or has no big impact
level:medium
rought estimate that this might be neither easy nor hard to implement
When running
tox
(at least on Windows) and there is and there is a test environment defined in thetox
configuration file for which a suitable Python interpreter version is not installed on the system, tox output incudes stderr output likeRequested Python version (X.Y) not installed
.The error described above occurs even when just running
tox
with the--help
command-line option, and even if explicitly requesting a different test environment using the-e
command-line option.For example, when running
tox --help
with the currenttox
master (20215c1) with only Python 2.7 & 3.6 installed, I get the following output:The text was updated successfully, but these errors were encountered: