1 new commit in tox:
https://bitbucket.org/hpk42/tox/commits/66591c4d29b0/
Changeset: 66591c4d29b0
User: hpk42
Date: 2014-04-27 08:07:01
Summary: Merged in msabramo/tox/tox_quickstart_add_py34 (pull request #98)
tox-quickstart: Add py34
Affected #: 1 file
diff -r 2abae477c284db3715ea9ff16dd62d03f7714677 -r
66591c4d29b0f70843e6f6e0d8494a7f833f4cb3 tox/_quickstart.py
--- a/tox/_quickstart.py
+++ b/tox/_quickstart.py
@@ -56,7 +56,7 @@
term_input = input
-all_envs = ['py26', 'py27', 'py32', 'py33', 'pypy', 'jython']
+all_envs = ['py26', 'py27', 'py32', 'py33', 'py34', 'pypy', 'jython']
PROMPT_PREFIX = '> '
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
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit