4 new commits in tox: https://bitbucket.org/hpk42/tox/commits/a674d923b2d8/ Changeset: a674d923b2d8 User: hpk42 Date: 2015-11-11 13:08:10+00:00 Summary: prepare 2.2.0 Affected #: 3 files
diff -r bfb25dfb2e53f56d4d85cbd68b7af3c78538c88c -r a674d923b2d8987db4425262c0df9ca259546020 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ -2.1.2 (dev) ------------ +2.2.0 +----- - fix issue265 and add LD_LIBRARY_PATH to passenv on linux by default because otherwise the python interpreter might not start up in diff -r bfb25dfb2e53f56d4d85cbd68b7af3c78538c88c -r a674d923b2d8987db4425262c0df9ca259546020 setup.py --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ description='virtualenv-based automation of test activities', long_description=open("README.rst").read(), url='http://tox.testrun.org/', - version='2.1.2.dev1', + version='2.2.0', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', diff -r bfb25dfb2e53f56d4d85cbd68b7af3c78538c88c -r a674d923b2d8987db4425262c0df9ca259546020 tox/__init__.py --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '2.1.2.dev1' +__version__ = '2.2.0' from .hookspecs import hookspec, hookimpl # noqa https://bitbucket.org/hpk42/tox/commits/27eb2c5c9903/ Changeset: 27eb2c5c9903 User: hpk42 Date: 2015-11-11 13:08:42+00:00 Summary: Added tag 2.2.0 for changeset a674d923b2d8 Affected #: 1 file diff -r a674d923b2d8987db4425262c0df9ca259546020 -r 27eb2c5c99036625560b5757beb6290b4f361332 .hgtags --- a/.hgtags +++ b/.hgtags @@ -28,3 +28,4 @@ 82561ff2cbf48d8bf5be1384f5f3bd04c805fd30 2.0.2 25c76c46dbdd91126d2c6696cc1b4e97db6588f6 2.1.0 09fd6a94e2812f6cdfddfc6979be9b481af802a3 2.1.1 +a674d923b2d8987db4425262c0df9ca259546020 2.2.0 https://bitbucket.org/hpk42/tox/commits/49d4884aba78/ Changeset: 49d4884aba78 User: hpk42 Date: 2015-11-11 13:17:20+00:00 Summary: doc ignore_outcome and bump doc version Affected #: 2 files diff -r 27eb2c5c99036625560b5757beb6290b4f361332 -r 49d4884aba78ec17864c5b1a444fb5305fd0d93e doc/conf.py --- a/doc/conf.py +++ b/doc/conf.py @@ -48,8 +48,8 @@ # built documents. # # The short X.Y version. -release = "2.1" -version = "2.1.0" +release = "2.2" +version = "2.2.0" # The full version, including alpha/beta/rc tags. # The language for content autogenerated by Sphinx. Refer to documentation diff -r 27eb2c5c99036625560b5757beb6290b4f361332 -r 49d4884aba78ec17864c5b1a444fb5305fd0d93e doc/config.txt --- a/doc/config.txt +++ b/doc/config.txt @@ -302,6 +302,15 @@ **default**: ``False`` +.. confval:: ignore_outcome=BOOL + + .. versionadded:: 2.2 + + If set to True a failing result of this testenv will not make tox fail, + only a warning will be produced. + + **default**: ``False`` + Substitutions ------------- https://bitbucket.org/hpk42/tox/commits/41090d8cb053/ Changeset: 41090d8cb053 User: hpk42 Date: 2015-11-11 13:47:33+00:00 Summary: Added tag 2.2.0 for changeset 49d4884aba78 Affected #: 1 file diff -r 49d4884aba78ec17864c5b1a444fb5305fd0d93e -r 41090d8cb0538a1d9ed0706c678ffe791f1671d7 .hgtags --- a/.hgtags +++ b/.hgtags @@ -29,3 +29,5 @@ 25c76c46dbdd91126d2c6696cc1b4e97db6588f6 2.1.0 09fd6a94e2812f6cdfddfc6979be9b481af802a3 2.1.1 a674d923b2d8987db4425262c0df9ca259546020 2.2.0 +a674d923b2d8987db4425262c0df9ca259546020 2.2.0 +49d4884aba78ec17864c5b1a444fb5305fd0d93e 2.2.0 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