Due to external bugs python 2.7 tests need to run after pypy tests

This commit is contained in:
Honza Kral
2013-09-02 22:09:15 -05:00
parent e123008851
commit 6457a2f498
+1 -1
View File
@@ -1,4 +1,4 @@
[tox]
envlist = py26,py27,py33,pypy
envlist = pypy,py26,py27,py33
[testenv]
commands = python setup.py test