Skip to content

Commit

Permalink
Remove invoke from requirements.txt, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joealcorn committed Sep 20, 2014
1 parent 466a70f commit d243668
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions docs/dev/todo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ Development Dependencies
You'll need to install py.test in order to run the Requests' test suite::

$ pip install -r requirements.txt
$ invoke test
py.test
$ py.test
platform darwin -- Python 2.7.3 -- pytest-2.3.4
collected 25 items

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
py==1.4.12
pytest==2.3.4
pytest-cov==1.6
invoke==0.2.0
wheel

0 comments on commit d243668

Please sign in to comment.