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.


_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to