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:
9fd2d07
)
fixes
author
Kenneth Reitz
<me@kennethreitz.com>
Mon, 23 Jan 2012 06:44:07 +0000
(
01:44
-0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Mon, 23 Jan 2012 06:44:07 +0000
(
01:44
-0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 6213fcb2ff9687f0549bf494b1456de064cc89cc..d99e8ac83eb17229a5d7c29d993b37e9ae31a707 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2,7
+2,7
@@
init:
pip install -r requirements.txt
test:
- nosetests
--with-color
test_requests.py
+ nosetests test_requests.py
ci: init
nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml