diff --git a/Makefile b/Makefile index 323fe4c..1b4c6d1 100644 --- a/Makefile +++ b/Makefile @@ -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