Skip to content

Commit

Permalink
slightly speed up tests by avoiding pre-commit install
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed May 27, 2020
1 parent 075f6d3 commit 8eff0bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -7,7 +7,6 @@ commands =
coverage erase
coverage run -m pytest {posargs:tests}
coverage report --fail-under 100
pre-commit install

[testenv:pre-commit]
skip_install = true
Expand Down

0 comments on commit 8eff0bd

Please sign in to comment.