Add py36 tox environment
Change-Id: I40d383db83dca77445b411eba87a19d8d1457be1 Story: 2004148 Task: 28119
This commit is contained in:
parent
d77a54053e
commit
ee42448e73
9
tox.ini
9
tox.ini
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user