aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d6924538..dac846a7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ deps =
-r{toxinidir}/test-requirements.txt
install_command = pip install {opts} {packages}
commands =
- pytest xtesting/tests/unit \
+ pytest \
--junit-xml=junit.xml \
--html=report.html --self-contained-html \
--cov=xtesting --cov-reset --cov-report html \