summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJanonymous <janonymous.codevulture@gmail.com>2015-12-21 18:12:51 +0530
committerJanonymous <janonymous.codevulture@gmail.com>2015-12-22 18:24:28 +0530
commit09df051276fc65d3a051ef45a83e2eec83602eb0 (patch)
tree04c8071cdb2e5205f7421087d016d9f756f45ea0 /tox.ini
parent60af1042b8123d67ed7c80d1a1720865a4255ad5 (diff)
downloadoslo-db-09df051276fc65d3a051ef45a83e2eec83602eb0.tar.gz
Put py34 first in the env order of tox
To solve the problem of "db type could not be determined" on py34 we have to run first the py34 env to, then, run py27. This patch puts py34 first on the tox.ini list of envs to avoid this problem to happen. Change-Id: I2365f66eee43cd36e62fe05e582c328787a0a112 Closes-bug: #1489059
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f8629d5..3397380 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py27,py34,pep8,pip-missing-reqs
+envlist = py34,py27,pep8,pip-missing-reqs
[testenv]
whitelist_externals = bash