lazy tests

This commit is contained in:
Kenneth Reitz
2012-01-27 11:16:47 -06:00
parent f478c34671
commit ec4edae977
+3
View File
@@ -7,6 +7,9 @@ init:
test:
nosetests --with-color
lazy:
nosetests --with-color test_requests.py
server:
gunicorn httpbin:app --bind=0.0.0.0:7077 &