Run tox in parallel using -p instead of detox

This commit is contained in:
David Glick
2021-11-29 22:20:47 -05:00
parent 7556ea4213
commit 8e764f355d
+1 -1
View File
@@ -4,7 +4,7 @@ init:
pip install -r requirements-dev.txt pip install -r requirements-dev.txt
test: test:
# This runs all of the tests, on both Python 2 and Python 3. # This runs all of the tests, on both Python 2 and Python 3.
detox tox -p
ci: ci:
pytest tests --junitxml=report.xml pytest tests --junitxml=report.xml