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:
12d6697
)
`make test`
author
Kenneth Reitz
<me@kennethreitz.com>
Sat, 15 Oct 2011 16:16:24 +0000
(12:16 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sat, 15 Oct 2011 16:16:24 +0000
(12:16 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 05203747fda725ec627a3d7cc24b95f434a78c30..f248cd5ef6bf7c0961de9b711458ff4e9b0272d4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2,7
+2,7
@@
init:
pip install -r reqs.txt
test:
- nosetests test_requests.py --processes=30
+ python test_requests.py
ci: init
nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml