mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 03:56:54 +00:00
Open source check-indent to auto-yelpdent.
This commit is contained in:
parent
35548254ad
commit
7f9dde14f0
9 changed files with 451 additions and 2 deletions
7
tox.ini
7
tox.ini
|
|
@ -4,11 +4,14 @@ project = pre_commit_hooks
|
|||
envlist = py27,py33,py34,pypy,pypy3
|
||||
|
||||
[testenv]
|
||||
deps = -rrequirements-dev.txt
|
||||
deps =
|
||||
-rrequirements-dev.txt
|
||||
ipdb
|
||||
ipython
|
||||
passenv = HOME HOMEPATH PROGRAMDATA
|
||||
commands =
|
||||
coverage erase
|
||||
coverage run -m pytest {posargs:tests}
|
||||
coverage run -m pytest -s -rxs -vv {posargs:tests}
|
||||
coverage report --show-missing --fail-under 100
|
||||
pre-commit install -f --install-hooks
|
||||
pre-commit run --all-files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue