2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/94842aabbbcc/ Changeset: 94842aabbbcc Branch: tox_quickstart_add_py34 User: Marc Abramowitz Date: 2014-04-25 22:32:57 Summary: tox-quickstart: Add py34 Affected #: 1 file
diff -r 0c390972b576b50dc0e78bd5cbb8e6a164f15f8b -r 94842aabbbcc7acb57cc410c1e122d7856664d56 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 = '> ' 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 pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit