aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorTom Christie2014-12-02 08:32:28 +0000
committerTom Christie2014-12-02 08:32:28 +0000
commitdeec61e0d6ade11fb9faba210ccdf54c37296ac3 (patch)
tree3cb6a25eb7700cd15f94270fd56f2164b66eb8da /docs/topics
parentd847e336c57c32a876093a81269ecb4b8a56bb85 (diff)
parentbc0c25df3020772124e1767895c7e7cb60d974c1 (diff)
downloaddjango-rest-framework-deec61e0d6ade11fb9faba210ccdf54c37296ac3.tar.bz2
Merge pull request #2173 from jpadilla/master
Consolidate Django and test requirements
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/contributing.md1
-rw-r--r--docs/topics/third-party-resources.md2
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/topics/contributing.md b/docs/topics/contributing.md
index 99f4fc3c..c9626ebf 100644
--- a/docs/topics/contributing.md
+++ b/docs/topics/contributing.md
@@ -62,7 +62,6 @@ To run the tests, clone the repository, and then:
virtualenv env
source env/bin/activate
pip install -r requirements.txt
- pip install -r requirements-test.txt
# Run the tests
./runtests.py
diff --git a/docs/topics/third-party-resources.md b/docs/topics/third-party-resources.md
index efa0b91f..0358d614 100644
--- a/docs/topics/third-party-resources.md
+++ b/docs/topics/third-party-resources.md
@@ -93,7 +93,7 @@ The cookiecutter template includes a `runtests.py` which uses the `pytest` packa
Before running, you'll need to install a couple test requirements.
- $ pip install -r requirements-test.txt
+ $ pip install -r requirements.txt
Once requirements installed, you can run `runtests.py`.