slightly speed up tests by avoiding pre-commit install
Committed via https://github.com/asottile/all-repos
This commit is contained in:
parent
0e509ddcbc
commit
1da4a7f296
|
@ -1,4 +1,3 @@
|
||||||
covdefaults
|
covdefaults
|
||||||
coverage
|
coverage
|
||||||
pre-commit
|
|
||||||
pytest
|
pytest
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -12,7 +12,6 @@ commands =
|
||||||
coverage erase
|
coverage erase
|
||||||
coverage run -m pytest {posargs:tests}
|
coverage run -m pytest {posargs:tests}
|
||||||
coverage report --fail-under 100
|
coverage report --fail-under 100
|
||||||
pre-commit install
|
|
||||||
|
|
||||||
[testenv:pre-commit]
|
[testenv:pre-commit]
|
||||||
skip_install = true
|
skip_install = true
|
||||||
|
|
Loading…
Reference in New Issue