aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-06-14 11:14:56 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-06-14 15:53:16 +0200
commite90fd3ce7b45c1a8c2de645884d09caa21323193 (patch)
treeef0ee400e73f1957e1753dd19e1bda2d1f94a0be /tox.ini
parentc659caccbf1f55db4e6e3cb31bf088ac57751e86 (diff)
Remove energy modules
The public recorder api has been down for a while. Change-Id: Ib879ef3b9ef56338c10cfcdeb733451c6f7573a6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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}