[Pytest-commit] commit/tox: RonnyPfannschmidt: Merged in msabramo/tox/fix_tox_envlist (pull request #100)

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


1 new commit in tox:

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