2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/82561ff2cbf4/ Changeset: 82561ff2cbf4 User: hpk42 Date: 2015-06-03 13:14:20+00:00 Summary: fix pep8 issue Affected #: 1 file
diff -r ea5e249649c30bd6bbf68b45c6b3a6f71149ddb8 -r 82561ff2cbf48d8bf5be1384f5f3bd04c805fd30 tox/config.py --- a/tox/config.py +++ b/tox/config.py @@ -394,9 +394,9 @@ # but this leads to very long paths when run with jenkins # so we just pass it on by default for now. if sys.platform == "win32": - passenv.add("SYSTEMDRIVE") # needed for pip6 - passenv.add("SYSTEMROOT") # needed for python's crypto module - passenv.add("PATHEXT") # needed for discovering executables + passenv.add("SYSTEMDRIVE") # needed for pip6 + passenv.add("SYSTEMROOT") # needed for python's crypto module + passenv.add("PATHEXT") # needed for discovering executables passenv.add("TEMP") passenv.add("TMP") else: https://bitbucket.org/hpk42/tox/commits/93f262ca702e/ Changeset: 93f262ca702e User: hpk42 Date: 2015-06-03 13:14:25+00:00 Summary: Added tag 2.0.2 for changeset 82561ff2cbf4 Affected #: 1 file diff -r 82561ff2cbf48d8bf5be1384f5f3bd04c805fd30 -r 93f262ca702e8d2e1192875ded9eaa584de3aa00 .hgtags --- a/.hgtags +++ b/.hgtags @@ -25,3 +25,4 @@ 452288d6c50042ccfc1c944b24f4eb47df8f6823 1.9.2 b7e498efd0ecd543a870431ea8d34f2882d5ace8 2.0.0 2897c9e3a019ee29948cbeda319ffac0e6902053 2.0.1 +82561ff2cbf48d8bf5be1384f5f3bd04c805fd30 2.0.2 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