aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
authorTom Christie2013-03-06 04:25:35 -0800
committerTom Christie2013-03-06 04:25:35 -0800
commit6135df56c68a34c61ca8a0d0b2d450502cbc3c75 (patch)
tree0724ec928119877e48682089a996ba99b287947b /docs/index.md
parent17e0ff0fcde23f4bc6734b75f7fff734ae77c26d (diff)
parentd260f1ec15d5aa3085fa74118382bcf2fd752dca (diff)
downloaddjango-rest-framework-6135df56c68a34c61ca8a0d0b2d450502cbc3c75.tar.bz2
Merge pull request #703 from tomchristie/datetime-formats
Datetime formats
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index b2c04735..faad6afe 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -133,6 +133,10 @@ 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
+
## Support
For support please see the [REST framework discussion group][group], try the `#restframework` channel on `irc.freenode.net`, or raise a question on [Stack Overflow][stack-overflow], making sure to include the ['django-rest-framework'][django-rest-framework-tag] tag.
@@ -218,6 +222,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[release-notes]: topics/release-notes.md
[credits]: topics/credits.md
+[tox]: http://testrun.org/tox/latest/
+
[group]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework
[stack-overflow]: http://stackoverflow.com/
[django-rest-framework-tag]: http://stackoverflow.com/questions/tagged/django-rest-framework