From 6457a2f4982f958f542cd2b6db2b710890c950eb Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Mon, 2 Sep 2013 22:09:15 -0500 Subject: [PATCH] Due to external bugs python 2.7 tests need to run after pypy tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4b2d27ed..ab9a0ec4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,4 @@ [tox] -envlist = py26,py27,py33,pypy +envlist = pypy,py26,py27,py33 [testenv] commands = python setup.py test