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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Apr 27 19:46:51 CEST 2014


2 new commits in tox:

https://bitbucket.org/hpk42/tox/commits/f35e2b411c34/
Changeset:   f35e2b411c34
Branch:      fix_tox_envlist
User:        Marc Abramowitz
Date:        2014-04-27 18:24:33
Summary:     tox.ini: Fix envlist

It was listing py33 twice and was in no discernible order.
Affected #:  1 file

diff -r 6cda25d37c50bc599c6fd9b55652802b3beffde1 -r f35e2b411c34c25a3c0d0d13b2bf22e072c95b21 tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist=py27,py33,py26,py32,py33,py34,pypy
+envlist=py27,py26,py34,py33,py32,pypy
 
 [testenv:X]
 commands=echo {posargs}


https://bitbucket.org/hpk42/tox/commits/5646e78d05b2/
Changeset:   5646e78d05b2
User:        RonnyPfannschmidt
Date:        2014-04-27 19:46:48
Summary:     Merged in msabramo/tox/fix_tox_envlist (pull request #100)

tox.ini: Fix envlist
Affected #:  1 file

diff -r 6cda25d37c50bc599c6fd9b55652802b3beffde1 -r 5646e78d05b27b3c7f310bbcef29f765d06a9942 tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist=py27,py33,py26,py32,py33,py34,pypy
+envlist=py27,py26,py34,py33,py32,pypy
 
 [testenv:X]
 commands=echo {posargs}

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