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: I7aa1817cfac3a60e6faabd1b21be736857b4c103
Closes-Bug: #1489059
This commit is contained in:
Jaxon Wang 2015-11-11 16:12:12 +08:00
parent d47d2f0f54
commit 414bb6bf98
1 changed files with 1 additions and 1 deletions

View File

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