summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:06:14 +0000
committerJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:06:14 +0000
commita8e161ba7056cd23c1823de1c048e8ee0b16617d (patch)
treed0b8ed8c693b948508bde86ee1255113fda01397
parentfe7206cdc0089d6b451390dd1662d088a5409847 (diff)
downloadswift-bench-a8e161ba7056cd23c1823de1c048e8ee0b16617d.tar.gz
Work toward Python 3.4 support and testing
Change-Id: I68943058d613387ea5bb675dc720148318989afd
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index da76111..edc01fe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py33,pypy,pep8
+envlist = py26,py27,py33,py34,pypy,pep8
minversion = 1.6
[testenv]