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

This commit is contained in:
Jenkins 2015-12-03 09:42:59 +00:00 committed by Gerrit Code Review
commit 3b1e0b34d5
1 changed files with 1 additions and 1 deletions

View File

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