summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2015-09-02 16:52:15 +0000
committerPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2015-09-04 06:34:28 +0000
commit47ecd150c310153c4a00667e9f989e40295c1671 (patch)
tree60f76eeb04cd9d684751a1e92db797f5c4f0579f /tox.ini
parenta1f8fb035eb1ad85bf28e30e9fb9f34e04930cd3 (diff)
downloadpython-heatclient-47ecd150c310153c4a00667e9f989e40295c1671.tar.gz
Add py34 env to default tox run
Also, change order of envs in default tox run to avoid some errors when running tox for the first time on fresh clone: - run pypy first to avoid "No module _bsddb" error - run py34 before py2x to avoid LP bug #1489059 Change-Id: I777c55077edb5d4f09518acf35366af97de3943f Closes-Bug: #1492123
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 6110c78..312a41a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pypy,pep8
+envlist = pypy,py34,py27,py26,pep8
minversion = 1.6
skipsdist = True