You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
At this moment there are manual steps one should take in order to install all python environments needed for testing using tox-pyenv. The project homepage specifies on how to install these on CircleCI on the home page.
How about if we can automatically install missing python interpreters so a simple execution of tox would install them when they are missing.
This would make testing much easier on various CI systems (Travis, Jenkins) and even development environment.
If there are concerns regarding change of behaviour we could make this optional by adding an option named install_missing_interpreters = true to tox.ini.
The text was updated successfully, but these errors were encountered:
which should be adequate for most cases, esp. in CircleCI, since they have so many python version s (pretty much all of them?) installed already, and I think this feature in #4 would be safe to enable by default.
I think having download/install available would be great, but I would probably prefer to have it disabled by default.
At this moment there are manual steps one should take in order to install all python environments needed for testing using tox-pyenv. The project homepage specifies on how to install these on CircleCI on the home page.
How about if we can automatically install missing python interpreters so a simple execution of
tox
would install them when they are missing.This would make testing much easier on various CI systems (Travis, Jenkins) and even development environment.
If there are concerns regarding change of behaviour we could make this optional by adding an option named
install_missing_interpreters = true
totox.ini
.The text was updated successfully, but these errors were encountered: