From 59beaa46fd7e7808db49b73f8c77d75c4922ab82 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 19 Mar 2014 08:48:54 -0700 Subject: [PATCH] Run py33 test env before others Run the python 3 test environment before the others so the python 3 version of anydbm used by testr picks a file format known to the python 2 version of the library. Change-Id: I4d94fa47fe0b4a0f815261f7048866cccab11299 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index df4b4b5..ca6cd00 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py26,py27,py33,pep8 +envlist = py33,py26,py27,pep8 skipsdist = True [testenv]