summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:05:55 +0000
committerJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:05:55 +0000
commit45465c70e31764167b43fe342c38231a3e0b825c (patch)
treed6a4b99c8fcc90a59f97c7086a86a94decc632cf
parentd13441d26244cc0947b85287d3fba298cb532c9a (diff)
downloadpython-swiftclient-45465c70e31764167b43fe342c38231a3e0b825c.tar.gz
Work toward Python 3.4 support and testing2.3.0
Change-Id: Ie213bec8d12e277d8c3d18ccc127831004d710a9
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 797b76b..efe62af 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
skipsdist = True