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

This commit is contained in:
Jenkins 2016-01-04 13:40:46 +00:00 committed by Gerrit Code Review
commit 2e7e651a58

@ -1,6 +1,6 @@
# noted to use py34 you need virtualenv >= 1.11.4
[tox]
envlist = py27,py34,pypy,pep8,docs
envlist = py34,py27,pypy,pep8,docs
minversion = 1.6
skipsdist = True