Add a py34 target for tox

This helps signal that yes you can (and perhaps should) test this
code in Python 3

Change-Id: Ie8facad164a89f631ea849f483fb7a71351f5af2
This commit is contained in:
Chris Dent
2015-03-12 16:40:19 +00:00
parent 4fc21b00dc
commit 42207af2f2

View File

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