diff --git a/Makefile b/Makefile index 8d869f7c6..071648c10 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ PEP8=pycodestyle PYFLAKES=pyflakes -check: tests pep8 pyflakes +check: pep8 pyflakes # Run all of the tests. tests: