Report full version in check-ast

This commit is contained in:
Anthony Sottile 2017-07-05 12:38:21 -07:00
parent a574f8cb2b
commit 8ad9e7c94c
3 changed files with 8 additions and 6 deletions

View file

@ -14,7 +14,7 @@ setenv =
commands =
coverage erase
coverage run -m pytest {posargs:tests}
coverage report --show-missing --fail-under 100
coverage report --fail-under 100
pre-commit install -f --install-hooks
pre-commit run --all-files