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

This commit is contained in:
Jenkins 2016-06-08 20:28:13 +00:00 committed by Gerrit Code Review
commit f773f17927
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,py34,pypy,pep8
envlist = py33,py34,py26,py27,pypy,pep8
minversion = 1.6
[testenv]