Merge "Add py36 testenv"

This commit is contained in:
Zuul 2018-08-01 14:40:25 +00:00 committed by Gerrit Code Review
commit b7b7301867
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ commands = pytest {posargs}
basepython = python3.5
commands = pytest {posargs}
[testenv:py36]
basepython = python3.6
commands = pytest {posargs}
[testenv:cover]
commands = python setup.py test --coverage --testr-args='{posargs}'