diff options
| author | José Padilla | 2014-12-01 17:31:11 -0400 |
|---|---|---|
| committer | José Padilla | 2014-12-01 17:31:11 -0400 |
| commit | bc0c25df3020772124e1767895c7e7cb60d974c1 (patch) | |
| tree | e7b21793c7f55804d11f03a1ddf10dfd26fdf33b /docs/topics/contributing.md | |
| parent | d1fe61ce94af1e942f8d1026fb84b1909c230779 (diff) | |
| download | django-rest-framework-bc0c25df3020772124e1767895c7e7cb60d974c1.tar.bz2 | |
Consolidate Django and test requirements
Diffstat (limited to 'docs/topics/contributing.md')
| -rw-r--r-- | docs/topics/contributing.md | 1 |
1 files changed, 0 insertions, 1 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 |
