Merge "Put py34 first in the env order of tox"

This commit is contained in:
Jenkins 2016-01-25 22:41:19 +00:00 committed by Gerrit Code Review
commit d5816ab7f0
1 changed files with 1 additions and 1 deletions

View File

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