diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-12-12 13:59:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-12 13:59:30 +0000 |
commit | 250a7936cc34e2e22c7a9a8f766c9ee0bdcb9f4c (patch) | |
tree | fc67c0232f04661a6cc037f44cc4c1b14720e8e4 /tox.ini | |
parent | a6a900f1032ef0c65996a71812b62811e46b840d (diff) | |
parent | 55733974628202786705227b7d6e9bb50558823d (diff) |
Merge "Add python3 support in energy"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,8 +31,10 @@ whitelist_externals = bash modules = functest.api functest.core + functest.energy functest.opnfv_tests.sdn.odl functest.tests.unit.core + functest.tests.unit.energy functest.tests.unit.odl functest.tests.unit.utils.test_decorators functest.utils.decorators @@ -56,6 +58,7 @@ commands = dirs = functest/tests/unit/ci functest/tests/unit/core + functest/tests/unit/energy functest/tests/unit/odl functest/tests/unit/utils commands = nosetests {[testenv:py35]dirs} |