diff --git a/Makefile b/Makefile index a3fa4c2edc..b6d321e759 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ init: pip install -r requirements-dev.txt test: # This runs all of the tests, on both Python 2 and Python 3. - detox + tox -p ci: pytest tests --junitxml=report.xml