Work toward Python 3.4 support and testing

Change-Id: I7148c22cdaf929507f9d16f8140b7a111667a40b
This commit is contained in:
Jeremy Stanley 2014-09-03 19:03:04 +00:00
parent bff6394a8a
commit e8ef952b70
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]