[Pytest-commit] commit/tox: hpk42: bump version, fix tox.ini

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Feb 11 12:27:18 EST 2016


1 new commit in tox:

https://bitbucket.org/hpk42/tox/commits/4dbfb1f1eb86/
Changeset:   4dbfb1f1eb86
User:        hpk42
Date:        2016-02-11 17:27:10+00:00
Summary:     bump version, fix tox.ini
Affected #:  3 files

diff -r 20f9fb8d1172aba435cfdf7f0991d8dedc83be26 -r 4dbfb1f1eb86b35cbd2c83461e1e294651e89cf6 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.3.1',
+        version='2.3.2',
         license='http://opensource.org/licenses/MIT',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
         author='holger krekel',

diff -r 20f9fb8d1172aba435cfdf7f0991d8dedc83be26 -r 4dbfb1f1eb86b35cbd2c83461e1e294651e89cf6 tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,5 @@
 [tox]
-envlist=x{,-hello}{,-world}
-#,py27,py26,py34,py33,py35,pypy,flakes,py26-bare
+envlist=py27,py26,py34,py33,py35,pypy,flakes,py26-bare
 
 [testenv:X]
 commands=echo {posargs}

diff -r 20f9fb8d1172aba435cfdf7f0991d8dedc83be26 -r 4dbfb1f1eb86b35cbd2c83461e1e294651e89cf6 tox/__init__.py
--- a/tox/__init__.py
+++ b/tox/__init__.py
@@ -1,5 +1,5 @@
 #
-__version__ = '2.3.1'
+__version__ = '2.3.2'
 
 from .hookspecs import hookspec, hookimpl  # noqa

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.


More information about the pytest-commit mailing list