From: Kenneth Reitz Date: Thu, 24 Oct 2013 13:54:14 +0000 (-0400) Subject: $ make ci X-Git-Tag: v2.0.1~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54692912961641565f6e8ab0fe5e2524ee0d72b0;p=services%2Fpython-requests.git $ make ci --- diff --git a/Makefile b/Makefile index 79d75a9..e225b13 100644 --- 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