`make test`
authorKenneth Reitz <me@kennethreitz.com>
Sat, 15 Oct 2011 16:16:24 +0000 (12:16 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 15 Oct 2011 16:16:24 +0000 (12:16 -0400)
Makefile

index 05203747fda725ec627a3d7cc24b95f434a78c30..f248cd5ef6bf7c0961de9b711458ff4e9b0272d4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ init:
        pip install -r reqs.txt
 
 test:
-       nosetests test_requests.py --processes=30
+       python test_requests.py
 
 ci: init
        nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml