Add py35 to tox env list

py35 was never added prior to py34 being removed.

Change-Id: I972e090804aa28487c1f13b73a110f238cfd8688
This commit is contained in:
Julia Kreger 2017-02-10 19:50:17 +00:00
parent c75eaaef52
commit 92c996d471

View File

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