Skip to content

Commit

Permalink
Specify main as the default branch. Fixes #269.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 13, 2020
1 parent 6955586 commit 877d351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -26,8 +26,8 @@ deps =
diff-cover
commands =
pytest {posargs} --cov-report xml
diff-cover coverage.xml --html-report diffcov.html
diff-cover coverage.xml --fail-under=100
diff-cover coverage.xml --compare-branch=origin/main --html-report diffcov.html
diff-cover coverage.xml --compare-branch=origin/main --fail-under=100

[testenv:perf]
use_develop = False
Expand Down

0 comments on commit 877d351

Please sign in to comment.