Add py35 to tox environments

Since we're running python 3.5 tests now, we should also be
running them when running all tests with just `tox`.

Change-Id: I3f57abcbeaa3550f49d56f08140a34d6989885c9
This commit is contained in:
John L. Villalovos 2016-09-22 11:17:41 -07:00
parent 629b599d8b
commit f6acb7cc03

View File

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