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:
3b35f1c
)
$ make ci
author
Kenneth Reitz
<me@kennethreitz.com>
Thu, 24 Oct 2013 13:54:14 +0000
(09:54 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Thu, 24 Oct 2013 13:54:14 +0000
(09:54 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 79d75a900591b7c66d154a146be5aa16fa1fdc7e..e225b13757a3ca5fb1eeaf93e443ef3424c3f66e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-4,10
+4,12
@@
init:
test:
py.test
+ci: init
+ py.test --junitxml=junit.xml
+
certs:
curl http://ci.kennethreitz.org/job/ca-bundle/lastSuccessfulBuild/artifact/cacerts.pem -o requests/cacert.pem
-
deps: urllib3 charade
urllib3:
@@
-20,4
+22,4
@@
charade:
rm -fr requests/packages/charade
git clone https://github.com/sigmavirus24/charade.git
mv charade/charade requests/packages/
- rm -fr charade
\ No newline at end of file
+ rm -fr charade