From 048473da01283fcd18c246b7298da1a4a34df504 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Mon, 22 Apr 2019 17:49:21 +0000 Subject: [PATCH] Add missing tox environment "functional-py36" Change-Id: Ie64fdfd35c0ba0a575aa399c9bd6993ec7202c29 Closes-Bug: #1825877 --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tox.ini b/tox.ini index d639e12a..2a67f710 100644 --- a/tox.ini +++ b/tox.ini @@ -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.