summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:04:36 +0000
committerJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:04:36 +0000
commit7a091ce8ede2fd4072167f0bd78293d76008942f (patch)
treeaeb03ea95233054ded1ee2a1690eb66e5101b24d
parentdc5081aab5d0d7e1124263831839e493f21b0bfb (diff)
downloadoslo-config-7a091ce8ede2fd4072167f0bd78293d76008942f.tar.gz
Work toward Python 3.4 support and testing
Change-Id: Iadb1b695b8314d385716619561a1604a41f6c8d5
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ce20147..f02792f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
distribute = False
-envlist = py33,py26,py27,pep8
+envlist = py33,py34,py26,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}