Work toward Python 3.4 support and testing

Change-Id: I85ba559a368b5fc51f054649db490285e520f424
This commit is contained in:
Jeremy Stanley 2014-09-03 19:06:07 +00:00
parent ed364770fc
commit c328538890
1 changed files with 1 additions and 1 deletions

View File

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