Remove pylint

This commit is contained in:
Anthony Sottile 2016-08-22 14:38:49 -07:00
parent d19360c179
commit 8be6f4c77e
5 changed files with 1 additions and 29 deletions

View file

@ -12,7 +12,6 @@ commands =
coverage report --show-missing --fail-under 100
pre-commit install -f --install-hooks
pre-commit run --all-files
pylint {[tox]project} testing tests setup.py
[testenv:venv]
envdir = venv-{[tox]project}