aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTom Christie2013-03-06 12:29:32 +0000
committerTom Christie2013-03-06 12:29:32 +0000
commit5422eedd0a3f97c9ac9e93645b4e94cdfbe07f0d (patch)
treee6568d90bb744f1f021d32035034b1fa570520b0 /README.md
parent6135df56c68a34c61ca8a0d0b2d450502cbc3c75 (diff)
downloaddjango-rest-framework-5422eedd0a3f97c9ac9e93645b4e94cdfbe07f0d.tar.bz2
Add tox note.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index afe3132d..c76db7ec 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,10 @@ To run the tests.
./rest_framework/runtests/runtests.py
+To run the tests against all supported configurations, first install [the tox testing tool][tox] globally, using `pip install tox`, then simply run `tox`:
+
+ tox
+
# License
Copyright (c) 2011-2013, Tom Christie
@@ -113,6 +117,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[rest-framework-2-announcement]: http://django-rest-framework.org/topics/rest-framework-2-announcement.html
[2.1.0-notes]: https://groups.google.com/d/topic/django-rest-framework/Vv2M0CMY9bg/discussion
+[tox]: http://testrun.org/tox/latest/
+
[docs]: http://django-rest-framework.org/
[urlobject]: https://github.com/zacharyvoase/urlobject
[markdown]: http://pypi.python.org/pypi/Markdown/