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
This commit is contained in:
parent
4fbad49972
commit
7f974d4b85
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py26,py27,py34,pep8
|
||||
envlist = py34,py26,py27,pep8
|
||||
minversion = 1.6
|
||||
skipsdist = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue