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

This commit is contained in:
Jenkins 2015-08-28 09:07:13 +00:00 committed by Gerrit Code Review
commit 5754ab65ce

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,py34,pep8
envlist = py34,py27,pep8
[testenv]
usedevelop = True