summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJanonymous <janonymous.codevulture@gmail.com>2015-12-21 18:32:06 +0530
committerReedip <reedip.banerjee@nectechnologies.in>2016-01-28 08:40:34 +0000
commit9e41cb329dd546670bcc8fdd2cc8ebb28bd9f779 (patch)
tree8ec6c34839b728e932f65fb9186d8f9c0853f645 /tox.ini
parent035134dc5f41e7543beb6a5099c095a05d0b2187 (diff)
downloadswift-bench-9e41cb329dd546670bcc8fdd2cc8ebb28bd9f779.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 py34 env before py27. This patch puts py34 first on the tox.ini's list of envs to avoid this problem to happen. Change-Id: Ife0c57c0d92d41018862aad744ef9af65ef87b21 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 ca7bd74..406b0b7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py33,py34,pypy,pep8
+envlist = py33,py34,py26,py27,pypy,pep8
minversion = 1.6
[testenv]