Merge pull request #1327 from bodylabs/tox_link

FIx link to tox
This commit is contained in:
Tom Christie 2014-01-02 14:24:51 -08:00
commit 12d1544101

View File

@ -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