diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 |