summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-05 22:44:53 +0000
committerGerrit Code Review <review@openstack.org>2014-09-05 22:44:53 +0000
commitcc13b5581042314fac84da55bb2fb44a134eaca9 (patch)
tree6dd555c99837672b4c40ae83b48f1dc6b3df5707
parent30db0805dbff0bf7f370c0f0a173a30c46dec48c (diff)
parente2f0469f9e7b6a39459a17877563389010f2e015 (diff)
downloadoslo-vmware-cc13b5581042314fac84da55bb2fb44a134eaca9.tar.gz
Merge "Work toward Python 3.4 support and testing"
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 06e8ab6..5245fd5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
skipsdist = True
-envlist = py26,py27,py33,pep8
+envlist = py26,py27,py33,py34,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}