summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:05:27 +0000
committerJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:05:27 +0000
commit9fbc3137192016ccfde5ac8ee812236fb2c0b57c (patch)
treee5cc0e585926bb17d60390da9d8f8fd6e3ba3d66
parent6dda6f306f44f68c437176428eb041d4fd862505 (diff)
downloadpython-glanceclient-9fbc3137192016ccfde5ac8ee812236fb2c0b57c.tar.gz
Work toward Python 3.4 support and testing
Change-Id: I0498fcfdf9eee399e29de5b034fd6010682ca4b6
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b2182ff..31a8205 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