diff --git a/Makefile b/Makefile index 6ec49602..12ab7fc3 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ init: pip install -r reqs.txt test: - python test_requests.py + nosetests tests/integration_tests.py --processes=25 site: cd docs; make dirhtml