Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

allow tox-pyenv to install missing python interpretors #9

Open
ssbarnea opened this issue Jan 12, 2017 · 2 comments
Open

allow tox-pyenv to install missing python interpretors #9

ssbarnea opened this issue Jan 12, 2017 · 2 comments

Comments

@ssbarnea
Copy link
Member

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.

@stavxyz
Copy link
Collaborator

stavxyz commented Mar 8, 2017

@ssbarnea I like this idea. I have an open WIP to "enable" missing interpreters:

#4

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.

Thoughts?

@ZaxR
Copy link

ZaxR commented May 17, 2022

One implementation that could be borrowed from: https://github.com/pojx/tox-pyenv-install

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants