use py35 not py34

Change-Id: I33a9ec6d5bd6f59a949f2f527f3858b876f5578a
This commit is contained in:
Eyal 2018-01-31 14:54:12 +02:00
parent 1d00f20f4d
commit dc97cd109c

View File

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