summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:05:59 +0000
committerJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:05:59 +0000
commit94513614a114e19dbb1cfeced5d94560e4473005 (patch)
treebb18398ea91ed7f3e600a96b8a3f5e41b3011029 /tox.ini
parent33c76fab16b80f32a04f83e1653d4f809c22d3bd (diff)
downloadpython-troveclient-94513614a114e19dbb1cfeced5d94560e4473005.tar.gz
Work toward Python 3.4 support and testing
Change-Id: I4a9c0444af0abf408ffd3899106f4cacf3c93aa1
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 54bd3ff..c3de1a6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
# Python Trove Client
[tox]
-envlist = py26,py27,py33,pypy,pep8
+envlist = py26,py27,py33,py34,pypy,pep8
minversion = 1.6
skipsdist = True