Remove deprecated setuptools entrypoint of flake8 (#24)

pull/27/head
Georg Krause 2021-04-26 01:08:08 +02:00 committed by GitHub
parent fbd98984ce
commit 7f668ef084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ test_deps:
pip install coverage flake8 wheel
lint: test_deps
./setup.py flake8
flake8 $$(python setup.py --name | sed 's/-/_/g')
test: test_deps lint
coverage run --source=$$(python setup.py --name | sed 's/-/_/g') ./test/test.py