update
authorKenneth Reitz <me@kennethreitz.com>
Mon, 17 Dec 2012 13:36:58 +0000 (08:36 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 17 Dec 2012 13:36:58 +0000 (08:36 -0500)
.travis.yml
requests/models.py
requirements.txt

index 3cc2b6c..74ec8b1 100644 (file)
@@ -7,4 +7,3 @@ env: HTTPBIN_URL=http://httpbin.org/
 script: make test
 install:
   - make test-deps
-  - pip install . --use-mirrors
index 3857202..14094a6 100644 (file)
@@ -190,7 +190,7 @@ class Request(RequestHooksMixin):
         return '<Request [%s]>' % (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)
index e44a472..657011a 100644 (file)
@@ -1,2 +1,2 @@
-py.test
+pytest
 sphinx
\ No newline at end of file