do not test python 3.4 by default

The gate only tests Python 2.7 and 3.5, so there's no need to include
3.4 in the list that runs locally on a development system.

Change-Id: If88fdb9b889b351b46353a27e011fae352122cc3
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann
2017-01-10 17:10:54 -05:00
parent 92b4b67ab9
commit 4af98bb280

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py35,py34,py27,pep8
envlist = py35,py27,pep8
skipsdist = True
[testenv]