diff --git a/Makefile b/Makefile index e83b4e47..b3a673e0 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ init: pip install -r requirements.txt test: - nosetests --with-color + nosetests --with-color ./test_* lazy: nosetests --with-color test_requests.py