/s/make/invoke
authorKenneth Reitz <me@kennethreitz.com>
Fri, 22 Mar 2013 19:52:08 +0000 (15:52 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Fri, 22 Mar 2013 19:52:08 +0000 (15:52 -0400)
.travis.yml
docs/dev/todo.rst

index 62a5959a1a61cd84f6c984961c6a50f530d05233..23de425914850147c077e74293df58f9d881d332 100644 (file)
@@ -2,11 +2,10 @@ language: python
 python:
   - 2.6
   - 2.7
-  - 3.2
   - 3.3
 env: HTTPBIN_URL=http://httpbin.org/
-script: make test
+script: invoke test
 install:
-  - make test-deps
+  - pip install -r requirements.txt
 notifications:
   email: false
index ce7e0326762b13efd83aaa7abdadf630342ab7f7..a68d47040320f84dd90a9bde1319375fad955e6d 100644 (file)
@@ -23,8 +23,8 @@ Development Dependencies
 
 You'll need to install py.test in order to run the Requests' test suite::
 
-    $ make test-deps
-    $ make test
+    $ pip install -r requirements.txt
+    $ invoke test
     py.test
     platform darwin -- Python 2.7.3 -- pytest-2.3.4
     collected 25 items