Update pytest and pytest-cov
[cached-property.git] / Makefile
index 4dec135b85b6fea7d887f19a4e60e391b3a05d8c..2446d517f1e14f18cd72abcf9380460c76dd5e82 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,10 +25,10 @@ clean-pyc:
        find . -name '*~' -exec rm -f {} +
 
 lint:
-       flake8 cached_property tests
+       flake8 cached_property.py tests
 
 test:
-       py.test cached_property.py
+       py.test
 
 test-all:
        tox