Work toward Python 3.4 support and testing

Change-Id: I68943058d613387ea5bb675dc720148318989afd
This commit is contained in:
Jeremy Stanley 2014-09-03 19:06:14 +00:00
parent fe7206cdc0
commit a8e161ba70
1 changed files with 1 additions and 1 deletions

View File

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