From 7f974d4b852cfc8a4241b6bde4a33e94d4a1b68e Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Mon, 30 Mar 2015 20:55:19 +0000 Subject: [PATCH] Reorder tox environments If py34 is run after py2x, it results in a "db type could not be determined" error. The only current way to avoid that is to run py34 first. Change-Id: Id81e127e71ecd04a2ed16ab899d6fbf0d15bfee3 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b0fcb1e2..ac954b92 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py34,pep8 +envlist = py34,py26,py27,pep8 minversion = 1.6 skipsdist = True