[Pytest-commit] Issue #348: Consider supporting 'py2' and 'py3' default environments (hpk42/tox)

Tobias McNulty issues-reply at bitbucket.org
Tue Jul 19 16:12:41 EDT 2016


New issue 348: Consider supporting 'py2' and 'py3' default environments
https://bitbucket.org/hpk42/tox/issues/348/consider-supporting-py2-and-py3-default

Tobias McNulty:

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.




More information about the pytest-commit mailing list