summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:02:56 +0000
committerJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:02:56 +0000
commitf817818bfad0ffa78fee9dc9cd153457a15c3c23 (patch)
tree8d0fd2fa81b42b84b0903a3ed79caca3c9d06951
parent3603c5453d6e29ca48cfcd16816e8f69f4845bfd (diff)
downloadpbr-f817818bfad0ffa78fee9dc9cd153457a15c3c23.tar.gz
Work toward Python 3.4 support and testing
Change-Id: Ie49b56c0fd67f36d251aa4690d915c05225d49d1
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0f95f49..40999f8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
-envlist = py33,py26,py27,pypy,pep8,docs
+envlist = py33,py34,py26,py27,pypy,pep8,docs
[testenv]
usedevelop = True