projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
746d2ca
)
no color
author
Kenneth Reitz
<me@kennethreitz.com>
Fri, 24 Feb 2012 03:27:29 +0000
(22:27 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Fri, 24 Feb 2012 03:27:29 +0000
(22:27 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 799dfd9cb540d4b272508ddfe14fae860fa1f87b..f7888b70df6d9e952d563d33c54134dcc126d27f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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 &