Add py35 to tox environments

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

Change-Id: I6ec077878906fd48e9e4dc654c63da3dbc83173b
This commit is contained in:
Jay Faulkner 2016-07-15 20:58:47 +00:00
parent 47985ea077
commit dac5aee05d

View File

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