From 8f1248484478813b7881e4642cf5ca6dbcf86f74 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 13 Apr 2019 22:30:42 +0200 Subject: Verify py36 via travis-ci MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1180478c19d0f1c56e615a2af568cbbf4cc828d3 Signed-off-by: Cédric Ollivier --- tox.ini | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 6ebd4dfd8..808349819 100644 --- a/tox.ini +++ b/tox.ini @@ -88,13 +88,7 @@ commands = ansible-lint ansible/site.yml [testenv:py36] -dirs = - functest/tests/unit/ci - functest/tests/unit/odl - functest/tests/unit/openstack - functest/tests/unit/vnf/epc - functest/tests/unit/utils -commands = nosetests {[testenv:py36]dirs} +commands = nosetests functest/tests/unit [testenv:bashate] basepython = python2.7 -- cgit 1.2.3-korg