We're not using pylint

This commit is contained in:
Anthony Sottile 2016-05-20 15:38:12 -07:00
parent 7c213f4482
commit efe33ffe5c
5 changed files with 5 additions and 28 deletions

View file

@ -11,7 +11,6 @@ commands =
coverage run -m pytest {posargs:tests}
# TODO: when dropping py26, change to 100
coverage report --show-missing --fail-under 99
# pylint {[tox]project} testing tests setup.py
pre-commit run --all-files
[testenv:venv]