Merge pull request #2237 from buttscicles/contributing-update

Remove invoke from requirements.txt, docs
This commit is contained in:
Cory Benfield
2014-09-20 23:12:38 +01:00
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -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
-1
View File
@@ -1,5 +1,4 @@
py==1.4.12
pytest==2.3.4
pytest-cov==1.6
invoke==0.2.0
wheel