summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2013-03-22 15:52:08 -0400
committerKenneth Reitz <me@kennethreitz.com>2013-03-22 15:52:08 -0400
commit12ef43e407de2690361fb22261d0eef6a008b000 (patch)
tree49f2efa2968d908827ecb894e2d710e1f4ec1ecd /docs/dev
parent92f747817447ad56d3318e393e222db0f347dfb3 (diff)
downloadpython-requests-12ef43e407de2690361fb22261d0eef6a008b000.tar.gz
/s/make/invoke
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/todo.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/todo.rst b/docs/dev/todo.rst
index ce7e0326..a68d4704 100644
--- a/docs/dev/todo.rst
+++ b/docs/dev/todo.rst
@@ -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