mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
/s/make/invoke
This commit is contained in:
+2
-3
@@ -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
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user