diff options
| author | Tom Christie | 2014-01-02 14:24:51 -0800 |
|---|---|---|
| committer | Tom Christie | 2014-01-02 14:24:51 -0800 |
| commit | 12d1544101e415fe473471eb8c6a2d7aeccd9112 (patch) | |
| tree | e446b6989867c664ba41c4d6cdd045564603a54d | |
| parent | 2921455ea729a6dffe969918b46fd735920d17aa (diff) | |
| parent | e032bad1a7c1f9ad2d9c591617ea92b2e802d7e5 (diff) | |
| download | django-rest-framework-12d1544101e415fe473471eb8c6a2d7aeccd9112.tar.bz2 | |
Merge pull request #1327 from bodylabs/tox_link
FIx link to tox
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e0544a47..a7aa6fc4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,7 +67,7 @@ To run the tests, clone the repository, and then: # Run the tests rest_framework/runtests/runtests.py -You can also use the excellent `[tox][tox]` testing tool to run the tests against all supported versions of Python and Django. Install `tox` globally, and then simply run: +You can also use the excellent [`tox`][tox] testing tool to run the tests against all supported versions of Python and Django. Install `tox` globally, and then simply run: tox |
