This commit is contained in:
Kenneth Reitz
2012-02-23 22:27:29 -05:00
parent 746d2cad5d
commit 4b0d53dcb7
+1 -1
View File
@@ -8,7 +8,7 @@ test:
nosetests --with-color ./tests/*
lazy:
nosetests --with-color tests/test_requests.py
nosetests tests/test_requests.py
server:
gunicorn httpbin:app --bind=0.0.0.0:7077 &