aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
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}