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:
1b6f1b0
)
make all the tests
author
Kenneth Reitz
<me@kennethreitz.com>
Wed, 15 Feb 2012 06:42:52 +0000
(
01:42
-0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Wed, 15 Feb 2012 06:42:52 +0000
(
01:42
-0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e83b4e478f0e632802ba7f9b8839199078329ce2..b3a673e08587c4fdac2cc22086e5d1c7ba7025e8 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-5,7
+5,7
@@
init:
pip install -r requirements.txt
test:
- nosetests --with-color
+ nosetests --with-color
./test_*
lazy:
nosetests --with-color test_requests.py