Add py34 to tox

We gate on py34, so we shoudl add it to our tox config.

Change-Id: I0d21cdd47841af8d05df7b36b2302f13bda3367b
This commit is contained in:
Gregory Haynes 2015-03-29 04:28:11 +00:00
parent 100959de8d
commit 4fbad49972
1 changed files with 1 additions and 1 deletions

View File

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