Open source check-indent to auto-yelpdent.

This commit is contained in:
William Ting 2016-04-29 15:51:32 -07:00 committed by William Ting
parent 35548254ad
commit 7f9dde14f0
9 changed files with 451 additions and 2 deletions

View file

@ -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