summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:11:45 +0000
committerJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:11:45 +0000
commit603bac9b2218ba78a04d42bb5f77535f256bb559 (patch)
treed83f6104fd576be2af9f9e648463f679fe58e792
parent54dd71907989fa194f5cf71c25e5208c76df1f4d (diff)
downloadtooz-603bac9b2218ba78a04d42bb5f77535f256bb559.tar.gz
Work toward Python 3.4 support and testing
Change-Id: I6dff7188ab26c59facf5b9566c48cb4684c422bb
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e163a1f..0cf26d7 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]
deps = -r{toxinidir}/requirements.txt