Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider supporting 'py2' and 'py3' default environments #348

Closed
pytoxbot opened this issue Sep 17, 2016 · 0 comments
Closed

Consider supporting 'py2' and 'py3' default environments #348

pytoxbot opened this issue Sep 17, 2016 · 0 comments

Comments

@pytoxbot
Copy link

For packages where I want to test some version of python3 but I don't really care which one, support for py2 and py3 environments would be nice, e.g.:

[testenv:py2]
basepython = python2

[testenv:py3]
basepython = python3

I can create these easily enough myself, but thought I'd submit this issue in case anyone else would find it useful.

@hpk42 hpk42 closed this as completed in a244dec Oct 27, 2016
hpk42 added a commit that referenced this issue Oct 27, 2016
fix #348 - add py2 and py3 as default envs
@tox-dev tox-dev locked and limited conversation to collaborators Jan 14, 2021
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

1 participant