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:
a688f02
)
all teh colors
author
Kenneth Reitz
<me@kennethreitz.com>
Sat, 15 Oct 2011 16:54:50 +0000
(12:54 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sat, 15 Oct 2011 16:54:50 +0000
(12:54 -0400)
Makefile
patch
|
blob
|
history
reqs.txt
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f248cd5ef6bf7c0961de9b711458ff4e9b0272d4..8b49b27ed58db7f3231d69d1c4bf30516ddc6136 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2,7
+2,7
@@
init:
pip install -r reqs.txt
test:
- python test_requests.py
+ nosetests test_requests.py --with-color
ci: init
nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml
diff --git
a/reqs.txt
b/reqs.txt
index ec6d2d0c8a037214344964ec6a866eaa3a58d16b..46acb7602e22c615aa5c7feba8ca968bc80f5909 100644
(file)
--- a/
reqs.txt
+++ b/
reqs.txt
@@
-1,6
+1,7
@@
-gunicorn
envoy==0.0.2
+httpbin==0.0.4
+gunicorn
nose
pyflakes
omnijson
-httpbin==0.0.4
\ No newline at end of file
+rudolf
\ No newline at end of file