Remove deprecated setuptools entrypoint of flake8

pull/24/head
Georg Krause 2021-04-23 21:57:41 +02:00
parent fbd98984ce
commit 9f2433b388
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
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