1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/cf69f64f76de/ Changeset: cf69f64f76de User: limeburst Date: 2014-05-30 08:15:30 Summary: we now support py34 Affected #: 2 files
diff -r 8b4012b098d62830708944185a53aaf855915bd1 -r cf69f64f76de4146dec09a12dddac4455d4690c6 doc/config-v2.txt --- a/doc/config-v2.txt +++ b/doc/config-v2.txt @@ -195,7 +195,7 @@ tox comes with predefined settings for certain variants, namely: * ``{easy,pip}`` use easy_install or pip respectively -* ``{py24,py25,py26,py27,py31,py32,py33,pypy19]`` use the respective +* ``{py24,py25,py26,py27,py31,py32,py33,py34,pypy19]`` use the respective pythonNN or PyPy interpreter * ``{win32,linux,darwin}`` defines the according ``platform``. diff -r 8b4012b098d62830708944185a53aaf855915bd1 -r cf69f64f76de4146dec09a12dddac4455d4690c6 doc/example/basic.txt --- a/doc/example/basic.txt +++ b/doc/example/basic.txt @@ -37,6 +37,7 @@ py31 py32 py33 + py34 jython pypy @@ -236,4 +237,4 @@ python setup.py test -a "-epy27" -is equivalent to running ``tox -epy27``. \ No newline at end of file +is equivalent to running ``tox -epy27``. Repository URL: https://bitbucket.org/hpk42/tox/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit