summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSean Dague <sean@dague.net>2014-06-09 10:22:10 -0400
committerSean Dague <sean@dague.net>2014-06-11 10:45:08 +0000
commit9520fbbfeab6cce5013ca1356cf35b274871757f (patch)
tree8954aa71ca5f22ee023c5fddef3953e563214bf6 /tox.ini
parent40d814b02e3fcb5cceca57ef30bba0d505d11d8e (diff)
downloadpython-novaclient-9520fbbfeab6cce5013ca1356cf35b274871757f.tar.gz
add tox target for python 3.4
Ubuntu 14.04 has python 3.4 so add a 3.4 target. Note that this will fail unless you have new enough virtualenv. Recommend you install the packaged version of 1.11.4 and get rid of any pip installed ones. Change-Id: Ib54dc49fca2463f1c5cd788b48d06bd85be52655
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b85bd293..54a05cab 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,6 @@
+# noted to use py34 you need virtualenv >= 1.11.4
[tox]
-envlist = py26,py27,py33,pypy,pep8
+envlist = py26,py27,py33,py34,pypy,pep8
minversion = 1.6
skipsdist = True