Skip to content

Commit

Permalink
Enable parallel pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
bansan85 committed Nov 21, 2020
1 parent 091cf15 commit 969d4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ ignore = E203, W503
[pytest]
minversion = 5.4
junit_logging = all
addopts = --junitxml=pytest-junit.xml --cov --cov-report html --cov-report xml
addopts = --junitxml=pytest-junit.xml --cov --cov-report html --cov-report xml -n=auto
junit_family = xunit2

0 comments on commit 969d4bb

Please sign in to comment.