Run `pre-commit` also with `tox`.
parent
ecc1cd77de
commit
2ebd1a7992
1
tox.ini
1
tox.ini
|
|
@ -30,6 +30,7 @@ deps =
|
||||||
-r requirements-test.txt
|
-r requirements-test.txt
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
|
pre-commit run -a
|
||||||
coverage run --append --source=admin_interface runtests.py
|
coverage run --append --source=admin_interface runtests.py
|
||||||
coverage report --show-missing --ignore-errors
|
coverage report --show-missing --ignore-errors
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue