summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanonymous <janonymous.codevulture@gmail.com>2015-12-21 18:14:08 +0530
committerJanonymous <janonymous.codevulture@gmail.com>2015-12-22 18:25:28 +0530
commitf044ac127334b9364406c98e3eb7bf03416add66 (patch)
tree7a41cda8ab55b79284b5c276f6dc9b00d6da0df2
parentb637e733bcca15ffd9e9bddd9e7643d06ffe85c3 (diff)
downloadoslo-vmware-f044ac127334b9364406c98e3eb7bf03416add66.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: I9dd91b4b58e84c9f73b1e662aa24a779629a8a37 Closes-bug: #1489059
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 80e2656..1c0bd76 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py34,pypy,pep8
+envlist = py34,py27,pypy,pep8
[testenv]
deps = -r{toxinidir}/test-requirements.txt