Add missing tox environment "functional-py36"

Change-Id: Ie64fdfd35c0ba0a575aa399c9bd6993ec7202c29
Closes-Bug: #1825877
This commit is contained in:
Rodolfo Alonso Hernandez 2019-04-22 17:49:21 +00:00
parent 354c87d4b9
commit 048473da01
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,12 @@ commands =
{toxinidir}/tools/setup-ovs.sh
{[testenv]commands}
[testenv:functional-py36]
basepython = python3.6
setenv = {[testenv:functional]setenv}
passenv = {[testenv:functional]passenv}
commands = {[testenv:functional]commands}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.