[Pytest-commit] commit/tox: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue May 14 12:50:44 CEST 2013


2 new commits in tox:

https://bitbucket.org/hpk42/tox/commits/065fd13f5963/
Changeset:   065fd13f5963
User:        hpk42
Date:        2013-05-14 12:50:25
Summary:     show (test) command that is being executed, thanks
Lukasz Balcerzak
Affected #:  1 file

diff -r 1c746939df7f57bae11fe81010446d5c8dc3dae6 -r 065fd13f5963363820ed362fd3d07fa12bc9da0d CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,9 @@
 
 - fix issue92 - fix {envsitepackagesdir} to actually work again
 
+- show (test) command that is being executed, thanks 
+  Lukasz Balcerzak
+
 - re-license tox to MIT license
 
 - depend on virtualenv-1.9.1 


https://bitbucket.org/hpk42/tox/commits/bb8cfbe8a188/
Changeset:   bb8cfbe8a188
User:        hpk42
Date:        2013-05-14 12:50:36
Summary:     mention command showing in changelog
Affected #:  3 files

diff -r 065fd13f5963363820ed362fd3d07fa12bc9da0d -r bb8cfbe8a1881d62c10e9e6714af171c7de7c642 setup.py
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@
         description='virtualenv-based automation of test activities',
         long_description=long_description,
         url='http://tox.testrun.org/',
-        version='1.5.dev7',
+        version='1.5.dev8',
         license='http://opensource.org/licenses/MIT',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
         author='holger krekel',

diff -r 065fd13f5963363820ed362fd3d07fa12bc9da0d -r bb8cfbe8a1881d62c10e9e6714af171c7de7c642 tox/__init__.py
--- a/tox/__init__.py
+++ b/tox/__init__.py
@@ -1,5 +1,5 @@
 #
-__version__ = '1.5.dev7'
+__version__ = '1.5.dev8'
 
 class exception:
     class Error(Exception):

diff -r 065fd13f5963363820ed362fd3d07fa12bc9da0d -r bb8cfbe8a1881d62c10e9e6714af171c7de7c642 toxbootstrap.py
--- a/toxbootstrap.py
+++ b/toxbootstrap.py
@@ -58,7 +58,7 @@
 
 """
 
-__version__ = '1.5.dev7'
+__version__ = '1.5.dev8'
 
 import sys
 import os

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