2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/9383ae57a773/ Changeset: 9383ae57a773 Branch: add-py35 User: tseaver Date: 2015-02-16 15:23:31+00:00 Summary: Add support for 'py35' -> 'python3.5'. Affected #: 2 files
diff -r e2be096eb1c19a2d1df5b6d80932e6d862dd8f7e -r 9383ae57a773b21a35217f9ce8d2fa2f9181d5b0 tox/_config.py --- a/tox/_config.py +++ b/tox/_config.py @@ -18,7 +18,7 @@ default_factors = {'jython': 'jython', 'pypy': 'pypy', 'pypy3': 'pypy3', 'py': sys.executable} -for version in '24,25,26,27,30,31,32,33,34'.split(','): +for version in '24,25,26,27,30,31,32,33,34,35'.split(','): default_factors['py' + version] = 'python%s.%s' % tuple(version) def parseconfig(args=None, pkg=None): diff -r e2be096eb1c19a2d1df5b6d80932e6d862dd8f7e -r 9383ae57a773b21a35217f9ce8d2fa2f9181d5b0 tox/_quickstart.py --- a/tox/_quickstart.py +++ b/tox/_quickstart.py @@ -56,7 +56,7 @@ term_input = input -all_envs = ['py26', 'py27', 'py32', 'py33', 'py34', 'pypy', 'jython'] +all_envs = ['py26', 'py27', 'py32', 'py33', 'py34', 'py35', 'pypy', 'jython'] PROMPT_PREFIX = '> ' https://bitbucket.org/hpk42/tox/commits/87d02c331675/ Changeset: 87d02c331675 User: hpk42 Date: 2015-02-21 19:11:26+00:00 Summary: Merged in tseaver/tox/add-py35 (pull request #134) Add support for 'py35' -> 'python3.5'. Affected #: 2 files diff -r e2be096eb1c19a2d1df5b6d80932e6d862dd8f7e -r 87d02c331675117c9104739fcff2ff0e8d10c3e6 tox/_config.py --- a/tox/_config.py +++ b/tox/_config.py @@ -18,7 +18,7 @@ default_factors = {'jython': 'jython', 'pypy': 'pypy', 'pypy3': 'pypy3', 'py': sys.executable} -for version in '24,25,26,27,30,31,32,33,34'.split(','): +for version in '24,25,26,27,30,31,32,33,34,35'.split(','): default_factors['py' + version] = 'python%s.%s' % tuple(version) def parseconfig(args=None, pkg=None): diff -r e2be096eb1c19a2d1df5b6d80932e6d862dd8f7e -r 87d02c331675117c9104739fcff2ff0e8d10c3e6 tox/_quickstart.py --- a/tox/_quickstart.py +++ b/tox/_quickstart.py @@ -56,7 +56,7 @@ term_input = input -all_envs = ['py26', 'py27', 'py32', 'py33', 'py34', 'pypy', 'jython'] +all_envs = ['py26', 'py27', 'py32', 'py33', 'py34', 'py35', '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