Work toward Python 3.4 support and testing

Change-Id: Ie06e59518306124e60ab9b741036015f9e977840
This commit is contained in:
Jeremy Stanley
2014-09-03 19:05:19 +00:00
parent 118de8f0c1
commit 34565d7132

View File

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