summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:03:55 +0000
committerJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:03:55 +0000
commitc158f0f47000ba85628cc40f0947f74d25b811a4 (patch)
tree1559f8bff2e5da3a301b126b098979742c8ccb5a
parentf61fe33f558ba3f02fc2400507d5f71de21e6d12 (diff)
downloadkeystonemiddleware-c158f0f47000ba85628cc40f0947f74d25b811a4.tar.gz
Work toward Python 3.4 support and testing
Change-Id: I7761f978535d47e68994304fca4b300d02210ee8
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a1d5c26..702c47c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
-envlist = py26,py27,py33,pep8
+envlist = py26,py27,py33,py34,pep8
[testenv]
usedevelop = True