Have tox run py34 as first test
Hopefully this will minimize errors we see with py34 test failing after a py27 run. Change-Id: I0147d6a8af37094280da17d53d0b55d1ee18ad2b
This commit is contained in:
parent
3de3ca3b22
commit
f675fd41b5
2
tox.ini
2
tox.ini
@ -1,7 +1,7 @@
|
||||
[tox]
|
||||
minversion = 1.6
|
||||
skipsdist = True
|
||||
envlist = py27,py34,pep8
|
||||
envlist = py34,py27,pep8
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user