Work toward Python 3.4 support and testing

Change-Id: If31be979d6fffd06cac204cee015be878ec912d4
This commit is contained in:
Jeremy Stanley 2014-09-03 19:11:23 +00:00
parent 939fa1134a
commit abe077f229
1 changed files with 1 additions and 1 deletions

View File

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