summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorkairat_kushaev <kkushaev@mirantis.com>2015-12-03 12:54:42 +0300
committerkairat_kushaev <kkushaev@mirantis.com>2015-12-03 12:54:42 +0300
commit22ef7be20d84d81be08796629a0c2067f5b247a8 (patch)
tree35749c66890e566ff2e6270a5b2e9745e55a94dc /tox.ini
parent618dde4c8ec32ab00316e55e52a595e5e10bc331 (diff)
downloadpython-glanceclient-22ef7be20d84d81be08796629a0c2067f5b247a8.tar.gz
Run py34 env first when launching tests
To resolve "db type could not be determined" when running tox for the first time py34 environment need to laucnhed before py27. Change-Id: Id46e9e9400974fcb6eebb4516bf4b3e69a6570e2 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 3390f7f..0da8cb8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py33,py34,pypy,pep8
+envlist = py34,py33,py26,py27,pypy,pep8
minversion = 1.6
skipsdist = True