aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2019-06-14 14:13:49 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-06-14 14:13:49 +0000
commit2d35738769a5118fdcf7a7092e4fd0fb7f15511d (patch)
treec4728e2ec2ce0b60034b01f1ef1374a9a71bc954 /tox.ini
parent037a210297f2d04d4e10a8781c6f5ca1f4c26a30 (diff)
parente90fd3ce7b45c1a8c2de645884d09caa21323193 (diff)
Merge "Remove energy modules"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 2193fc61..c80bcb48 100644
--- a/tox.ini
+++ b/tox.ini
@@ -66,11 +66,9 @@ basepython = python2.7
dirs =
xtesting/tests/unit/ci
xtesting/tests/unit/core
- xtesting/tests/unit/energy
xtesting/tests/unit/utils/test_decorators.py
commands = nosetests --with-coverage --cover-tests \
--cover-package xtesting.core \
- --cover-package xtesting.energy \
--cover-package xtesting.tests.unit \
--cover-package xtesting.utils.decorators \
--cover-min-percentage 100 {[testenv:cover]dirs}