Merge "Reorder envlist to avoid the rm -fr .testrepository when running tox -epy34"

This commit is contained in:
Jenkins 2015-03-05 14:54:46 +00:00 committed by Gerrit Code Review
commit 91bc986981
1 changed files with 1 additions and 1 deletions

View File

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