From 019a37d7f5cef047abe8af3159fd89c372b39d5c Mon Sep 17 00:00:00 2001 From: medmunds Date: Mon, 29 Sep 2014 15:56:34 -0700 Subject: [PATCH] Docs: update list of testing configurations (That list is practically guaranteed to become outdated, so just point to the Travis config file.) [ci skip] --- docs/contributing.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index f92cea9..54956ff 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -38,12 +38,9 @@ Pull requests are always welcome to fix bugs and improve support for Mandrill an Testing ------- -Djrill is `tested on Travis `_ against: - -* Django 1.3 on Python 2.6 and 2.7 -* Django 1.4 on Python 2.6 and 2.7 -* Django 1.5 on Python 2.7 and 3.2 -* Django 1.6 on Python 2.7 and 3.2 +Djrill is `tested on Travis `_ against several +combinations of Django and Python versions. (Full list in +`.travis.yml `_.) The included tests verify that Djrill constructs the expected Mandrill API calls, without actually calling Mandrill or sending any email. So the tests