summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-08 20:38:15 +0000
committerGerrit Code Review <review@openstack.org>2014-09-08 20:38:15 +0000
commit678c29104258226318d92c17181420113320cbf8 (patch)
treef30d3e3e3834ae7917a1298d8c5717a9f85b8126
parent3ec92068f0e31e20be2c10249aa837c382a037ff (diff)
parenta010edc26b4a77b0c3481fa2d932ec328ee48c67 (diff)
downloadcliff-678c29104258226318d92c17181420113320cbf8.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 a3275bc..ac80a74 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py33,py26,py27,pypy,pep8
+envlist = py33,py34,py26,py27,pypy,pep8
[testenv]
distribute = False