1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/5646e78d05b2/ Changeset: 5646e78d05b2 User: RonnyPfannschmidt Date: 2014-04-27 19:46:48 Summary: Merged in msabramo/tox/fix_tox_envlist (pull request #100)
tox.ini: Fix envlist Affected #: 1 file diff -r 6cda25d37c50bc599c6fd9b55652802b3beffde1 -r 5646e78d05b27b3c7f310bbcef29f765d06a9942 tox.ini --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py27,py33,py26,py32,py33,py34,pypy +envlist=py27,py26,py34,py33,py32,pypy [testenv:X] commands=echo {posargs} 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