aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2017-12-12 13:59:19 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-12 13:59:19 +0000
commit7109cd3916fb120ae773e8ca79ececd449525fac (patch)
treea0d8f6fe5a3ebe34a16fee8c4274c5c17696d64a /tox.ini
parent9f41633bed117341fe542433ea869bba14011e9f (diff)
parentdf6ee9b1222ebd81fa22ce3499e536abe7bcb05e (diff)
Merge "Add python3 for Functest utils"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1e5487b1..328eccd2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -57,7 +57,7 @@ dirs =
functest/tests/unit/ci
functest/tests/unit/core
functest/tests/unit/odl
- functest/tests/unit/utils/test_decorators.py
+ functest/tests/unit/utils
commands = nosetests {[testenv:py35]dirs}
[testenv:cover]