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:
parent
629b599d8b
commit
f6acb7cc03
2
tox.ini
2
tox.ini
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user