summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:03:23 +0000
committerJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:03:23 +0000
commita010edc26b4a77b0c3481fa2d932ec328ee48c67 (patch)
tree9800e13e3fcb48bd7d4dc461ea562daae413bd8e
parent42675b2d7ad93f4bba9c4216874c68b8e5834147 (diff)
downloadcliff-a010edc26b4a77b0c3481fa2d932ec328ee48c67.tar.gz
Work toward Python 3.4 support and testing
Change-Id: I6b9f7dd4fc4f5e876f566816e19aabd902f5481a
-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