From: Kenneth Reitz Date: Mon, 17 Dec 2012 13:36:58 +0000 (-0500) Subject: update X-Git-Tag: v1.0.0~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c65a52a1d0021055b407d913c216330822307f3c;p=services%2Fpython-requests.git update --- diff --git a/.travis.yml b/.travis.yml index 3cc2b6c..74ec8b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,3 @@ env: HTTPBIN_URL=http://httpbin.org/ script: make test install: - make test-deps - - pip install . --use-mirrors diff --git a/requests/models.py b/requests/models.py index 3857202..14094a6 100644 --- a/requests/models.py +++ b/requests/models.py @@ -190,7 +190,7 @@ class Request(RequestHooksMixin): return '' % (self.method) def prepare(self): - """Constructs a PreparedRequest and returns it.""" + """Constructs a PreparedRequest for transmission and returns it.""" p = PreparedRequest() p.prepare_method(self.method) diff --git a/requirements.txt b/requirements.txt index e44a472..657011a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -py.test +pytest sphinx \ No newline at end of file