Merge "Add py36 testenv"
This commit is contained in:
commit
b7b7301867
4
tox.ini
4
tox.ini
@ -36,6 +36,10 @@ commands = pytest {posargs}
|
|||||||
basepython = python3.5
|
basepython = python3.5
|
||||||
commands = pytest {posargs}
|
commands = pytest {posargs}
|
||||||
|
|
||||||
|
[testenv:py36]
|
||||||
|
basepython = python3.6
|
||||||
|
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}'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user