diff options
-rw-r--r-- | tox.ini | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |