Move py27 after py34 and py35

testr database format gets wonky if you do python2 before python3. Yay.

Change-Id: I8c250e8f71ce95e6224c90b9596d5a176e75626d
This commit is contained in:
Monty Taylor 2016-11-08 12:41:41 -06:00
parent 9d2821ddfb
commit fca6f5e636
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,py34,py35,pep8
envlist = py34,py35,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}