Remove (unused) Makefile

Committed via https://github.com/asottile/all-repos
This commit is contained in:
Anthony Sottile 2018-05-23 17:45:46 -07:00
parent 7a8a6e4b54
commit e8a9a519d2
2 changed files with 0 additions and 29 deletions

View file

@ -1,5 +1,4 @@
[tox]
project = pre_commit_hooks
# These should match the travis env list
envlist = py27,py35,py36,pypy
@ -18,10 +17,6 @@ commands =
pre-commit install -f --install-hooks
pre-commit run --all-files
[testenv:venv]
envdir = venv-{[tox]project}
commands =
[flake8]
max-line-length=131