diff --git a/tox.ini b/tox.ini index 4754c0b..9bca074 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,6 @@ setenv = deps = -r{toxinidir}/requirements_dev.txt commands = - pytest --junitxml report.xml yoink/tests/test_basic.py + pytest --junitxml report.xml tests/test_basic.py pytest --junitxml report.xml tests/test_web.py pytest --junitxml report.xml tests/test_model_user.py