reorder tox envlist to run python 3.4 before 2.7

- To resove a known issue with .testrepository where
  the db type cannont be determined if the 2.7 enviorment
  is run first. This change reorders the envlist to prevent
  this error.

Change-Id: I44bd372db7e944210e93d258fd4712e346b06619
Closes-Bug: #1534277
This commit is contained in:
Sean Mooney 2016-01-14 19:37:19 +00:00
parent 8023f33453
commit 2deb99e644
1 changed files with 1 additions and 1 deletions

View File

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