summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:05:19 +0000
committerJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:05:19 +0000
commit34565d7132aab5062de2d81ddce63095c151d0dd (patch)
tree5f30ed44da8e24fc267dfbfdaff0844e2c480038 /tox.ini
parent118de8f0c1da20f2db3597a846f328e6c66798e9 (diff)
downloadpython-barbicanclient-34565d7132aab5062de2d81ddce63095c151d0dd.tar.gz
Work toward Python 3.4 support and testing
Change-Id: Ie06e59518306124e60ab9b741036015f9e977840
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 3450cfc..e87db7d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@
[tox]
minversion = 1.6
-envlist = py26, py27, py33, pypy, pep8
+envlist = py26, py27, py33,py34, pypy, pep8
skipsdist = True
[testenv]