From ee42448e73c7bdabe47721be122c70ff72bb76d5 Mon Sep 17 00:00:00 2001 From: Witold Bedyk Date: Wed, 28 Nov 2018 10:01:35 +0100 Subject: [PATCH] Add py36 tox environment Change-Id: I40d383db83dca77445b411eba87a19d8d1457be1 Story: 2004148 Task: 28119 --- tox.ini | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tox.ini b/tox.ini index ec39b5c0..8e4b2c41 100644 --- a/tox.ini +++ b/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 =