From 0bc25c8aa811ee99e4a7eb01456c8b6ea180ceea Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Wed, 2 Sep 2015 16:39:49 +0000 Subject: [PATCH] Run py34 first in default tox run this avoids py34 failure in default tox run when testrepository is not yet initialized (e.g. fresh repo clone). Change-Id: I95d3590ebd67dc4f2c3a53b3da50a3d3ed481f7f Closes-Bug: #1489059 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9e5c77c20c..f91bf8d840 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pep8,py34 +envlist = py34,py27,pep8 minversion = 1.6 skipsdist = True