Work toward Python 3.4 support and testing

Change-Id: I70d8cf0971d18b9b2eb967e28cedecc897721f58
This commit is contained in:
Jeremy Stanley 2014-09-03 19:05:47 +00:00
parent 1eb7aba2c9
commit 181166f81b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,py33,pep8
envlist = py26,py27,py33,py34,pep8
skipdist = True
[testenv]