Allow testing with py35
Update envlist to test for py35 easier. Change-Id: Icbfa85e1f64766a366d0bada1309375fa6f0490f Signed-off-by: Charles Short <zulcss@gmail.com>
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 2.0
|
minversion = 2.0
|
||||||
envlist = py27,pep8,linters
|
envlist = py27,py35,pep8,linters
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
@@ -32,6 +32,10 @@ commands = {posargs}
|
|||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
commands = pytest {posargs}
|
commands = pytest {posargs}
|
||||||
|
|
||||||
|
[testenv:py35]
|
||||||
|
basepython = python3.5
|
||||||
|
commands = pytest {posargs}
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands = python setup.py test --coverage --testr-args='{posargs}'
|
commands = python setup.py test --coverage --testr-args='{posargs}'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user