summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:05:03 +0000
committerJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:05:03 +0000
commitfa774531eaa4b9db75ae7c3f6cc42d9d3580fc2b (patch)
treede5599c91163567929e31f94e9e0b002aac39621 /tox.ini
parent281df4b601a5a532353655a7e960dacb5cab0e25 (diff)
downloadoslo-utils-fa774531eaa4b9db75ae7c3f6cc42d9d3580fc2b.tar.gz
Work toward Python 3.4 support and testing
Change-Id: I80ab362b6b7cca808e4969870f5c8416b6a14b70
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 7a492ff..0ba62cb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py26,py27,py33,pypy,pep8
+envlist = py26,py27,py33,py34,pypy,pep8
# NOTE(dhellmann): We cannot set skipdist=True
# for oslo libraries because of the namespace package.
#skipsdist = True