Merge "Add py36 tox environment"

This commit is contained in:
Zuul 2018-12-18 12:00:31 +00:00 committed by Gerrit Code Review
commit 635fb1d58b
1 changed files with 9 additions and 0 deletions

View File

@ -39,6 +39,15 @@ commands =
{[testenv]commands}
stestr run --blacklist-file {env:BLACKLIST_FILE} {posargs}
[testenv:py36]
basepython = python3.6
setenv =
{[testenv]setenv}
BLACKLIST_FILE={toxinidir}/test-blacklist-py3.txt
commands =
{[testenv]commands}
stestr run --blacklist-file {env:BLACKLIST_FILE} {posargs}
[testenv:cover]
basepython = python3
setenv =