Add py36 tox environment

Change-Id: I40d383db83dca77445b411eba87a19d8d1457be1
Story: 2004148
Task: 28119
This commit is contained in:
Witold Bedyk 2018-11-28 10:01:35 +01:00
parent d77a54053e
commit ee42448e73
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 =