summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-11-08 12:41:41 -0600
committerMonty Taylor <mordred@inaugust.com>2016-11-08 12:41:41 -0600
commitfca6f5e6364ad5515ddaef81ddce3113450f9ca9 (patch)
tree71525d401af8690fa1c00c859dcd49ad7d6cc8ec
parent9d2821ddfb12870b77f9b8916c4fe66a79e6f84a (diff)
downloadgear-fca6f5e6364ad5515ddaef81ddce3113450f9ca9.tar.gz
Move py27 after py34 and py35
testr database format gets wonky if you do python2 before python3. Yay. Change-Id: I8c250e8f71ce95e6224c90b9596d5a176e75626d
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9b0f9d5..c084525 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
-envlist = py27,py34,py35,pep8
+envlist = py34,py35,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}