3 new commits in tox: https://bitbucket.org/hpk42/tox/commits/5b4e536b8d38/ Changeset: 5b4e536b8d38 User: hpk42 Date: 2014-01-29 14:03:13 Summary: try to go for 1.7.0 Affected #: 5 files
diff -r 9dce275b9bbd42dc09a262ac0c45f1ada2d9910d -r 5b4e536b8d3810c791b742b2a8723c53b8d3d720 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -1.7.0.dev +1.7.0 --------- - don't lookup "pip-script" anymore but rather just "pip" on windows @@ -27,7 +27,7 @@ to allow installation of tox via easy_install/eggs. Thanks Jenisys. -- fix issue126: depend on virtualenv>=1.11.1 so that we can rely +- fix issue126: depend on virtualenv>=1.11.2 so that we can rely (hopefully) on a pip version which supports --pre. (tox by default uses to --pre). also merged in PR84 so that we now call "virtualenv" directly instead of looking up interpreters. Thanks Ionel Maries Cristian. diff -r 9dce275b9bbd42dc09a262ac0c45f1ada2d9910d -r 5b4e536b8d3810c791b742b2a8723c53b8d3d720 README.rst --- a/README.rst +++ b/README.rst @@ -21,5 +21,5 @@ have fun, -holger krekel, May 2013 +holger krekel, January 2014 diff -r 9dce275b9bbd42dc09a262ac0c45f1ada2d9910d -r 5b4e536b8d3810c791b742b2a8723c53b8d3d720 setup.py --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def main(): version = sys.version_info[:2] - install_requires = ['virtualenv>=1.11.1', 'py>=1.4.17', ] + install_requires = ['virtualenv>=1.11.2', 'py>=1.4.17', ] if version < (2, 7) or (3, 0) <= version <= (3, 1): install_requires += ['argparse'] if version < (2,6): @@ -28,7 +28,7 @@ description='virtualenv-based automation of test activities', long_description=open("README.rst").read(), url='http://tox.testrun.org/', - version='1.7.0.dev2', + version='1.7.0', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', diff -r 9dce275b9bbd42dc09a262ac0c45f1ada2d9910d -r 5b4e536b8d3810c791b742b2a8723c53b8d3d720 tox.ini --- a/tox.ini +++ b/tox.ini @@ -8,11 +8,6 @@ commands=py.test --junitxml={envlogdir}/junit-{envname}.xml {posargs} deps=pytest>=2.3.5 -[testenv:x] -setenv= - HELLO=echo hello world -commands={env:HELLO} - [testenv:docs] basepython=python changedir=doc diff -r 9dce275b9bbd42dc09a262ac0c45f1ada2d9910d -r 5b4e536b8d3810c791b742b2a8723c53b8d3d720 tox/__init__.py --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '1.7.0.dev2' +__version__ = '1.7.0' class exception: class Error(Exception): https://bitbucket.org/hpk42/tox/commits/4e5c8cea6e24/ Changeset: 4e5c8cea6e24 User: hpk42 Date: 2014-01-29 14:23:23 Summary: Added tag 1.7.0 for changeset 5b4e536b8d38 Affected #: 1 file diff -r 5b4e536b8d3810c791b742b2a8723c53b8d3d720 -r 4e5c8cea6e2434e9ae1a0b624422361adf9b2f35 .hgtags --- a/.hgtags +++ b/.hgtags @@ -15,3 +15,4 @@ 8fcc1bed3e918b625d85864cc3f4623578852e7e 1.5.0 33e5e5dff406e699893a65ecd5044d3eee35b69b 1.6.0 2e580ee6feea934cc2e683635abded27c0de0be9 1.6.1 +5b4e536b8d3810c791b742b2a8723c53b8d3d720 1.7.0 https://bitbucket.org/hpk42/tox/commits/b0360a54ab36/ Changeset: b0360a54ab36 User: hpk42 Date: 2014-01-29 14:24:11 Summary: fix doc version Affected #: 1 file diff -r 4e5c8cea6e2434e9ae1a0b624422361adf9b2f35 -r b0360a54ab368ef428c7f83601ba6b64f6fec64f doc/conf.py --- a/doc/conf.py +++ b/doc/conf.py @@ -48,7 +48,7 @@ # built documents. # # The short X.Y version. -release = version = "1.6.1" +release = version = "1.7.0" # The full version, including alpha/beta/rc tags. # The language for content autogenerated by Sphinx. Refer to documentation 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