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

This commit is contained in:
Jenkins
2016-02-11 23:21:39 +00:00
committed by Gerrit Code Review

View File

@@ -1,6 +1,6 @@
[tox]
distribute = False
envlist = py27,py34,pypy,pep8
envlist = py34,py27,pypy,pep8
minversion = 1.6
skipsdist = True