summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:04:59 +0000
committerJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:04:59 +0000
commit9cf6294fdfb9cba5170644d51e631c1ff0d3c54e (patch)
tree0ab4407287e2a8e29ed45933a531c1eb627285d7
parent5595911d10544a0358ce48eb06102505eb073528 (diff)
downloadoslo-serialization-9cf6294fdfb9cba5170644d51e631c1ff0d3c54e.tar.gz
Work toward Python 3.4 support and testing
Change-Id: I8cc372429540dd5bbe65d57ac7e8764823c268a9
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c5bd950..a7f5ba8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py33,py26,py27,pypy,pep8
+envlist = py33,py34,py26,py27,pypy,pep8
# NOTE(dhellmann): We cannot set skipdist=True
# for oslo libraries because of the namespace package.
#skipsdist = True