add tox target for python 3.4

Ubuntu 14.04 has python 3.4 so add a 3.4 target. 
Note that this will fail unless
you have new enough virtualenv. Recommend you install the packaged
version of 1.11.4 and get rid of any pip installed ones.

Change-Id: Ib54dc49fca2463f1c5cd788b48d06bd85be52655
This commit is contained in:
Sean Dague 2014-06-09 10:22:10 -04:00
parent 40d814b02e
commit 9520fbbfea
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# noted to use py34 you need virtualenv >= 1.11.4
[tox]
envlist = py26,py27,py33,pypy,pep8
envlist = py26,py27,py33,py34,pypy,pep8
minversion = 1.6
skipsdist = True