Skip to content

Commit

Permalink
Merge pull request #5993 from davisagli/tox-parallel
Browse files Browse the repository at this point in the history
Run tox in parallel using -p instead of detox
  • Loading branch information
sigmavirus24 authored Nov 30, 2021
2 parents 7556ea4 + 8e764f3 commit c193d97
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 c193d97

Please sign in to comment.