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
This commit is contained in:
Pavlo Shchelokovskyy 2015-09-02 16:39:49 +00:00
parent 9cb27fe202
commit 0bc25c8aa8
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,pep8,py34
envlist = py34,py27,pep8
minversion = 1.6
skipsdist = True