aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 3cac9318..e047c1d9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -39,12 +39,7 @@ commands =
yamllint -s {[testenv:yamllint]files}
[testenv:py35]
-dirs =
- xtesting/tests/unit/ci
- xtesting/tests/unit/core
- xtesting/tests/unit/energy
- xtesting/tests/unit/utils
-commands = nosetests {[testenv:py35]dirs}
+commands = nosetests xtesting/tests/unit
[testenv:cover]
basepython = python2.7