Skip to content

Commit

Permalink
Run tox in parallel using -p instead of detox
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Nov 30, 2021
1 parent 7556ea4 commit 8e764f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8e764f3

Please sign in to comment.