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

This commit is contained in:
Jenkins 2015-12-11 15:01:56 +00:00 committed by Gerrit Code Review
commit 02ef4c2956
1 changed files with 1 additions and 1 deletions

View File

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