From 9cf6294fdfb9cba5170644d51e631c1ff0d3c54e Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 3 Sep 2014 19:04:59 +0000 Subject: [PATCH] Work toward Python 3.4 support and testing Change-Id: I8cc372429540dd5bbe65d57ac7e8764823c268a9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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