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:
parent
47985ea077
commit
dac5aee05d
2
tox.ini
2
tox.ini
@ -1,7 +1,7 @@
|
||||
[tox]
|
||||
minversion = 1.8
|
||||
skipsdist = True
|
||||
envlist = py34,py27,pep8
|
||||
envlist = py35,py34,py27,pep8
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user