fixed tox.ini

This commit is contained in:
Bryan Bailey
2022-04-06 22:41:07 -04:00
parent 4f3d7175f6
commit 670bd901a8

View File

@@ -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