From f30a15ad66ad743e389d2963204fe0006af3b8e2 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 20 Mar 2014 15:26:07 +0100 Subject: [PATCH] Remove information nobody will use --- README.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.rst b/README.rst index 5d7059b..9feea0c 100644 --- a/README.rst +++ b/README.rst @@ -32,15 +32,3 @@ How to run the tests sh install-deps.sh sh run-tests.sh - -The environment variable ``DAV_SERVER`` specifies which CalDAV/CardDAV server -to test against. It has to be set for both scripts, ``install-deps.sh`` and -``run-tests.sh``. - - - ``DAV_SERVER=radicale``: The default, installs the latest Radicale release - from PyPI. Very fast, because no additional processes are needed. - - ``DAV_SERVER=radicale_git``: Same as ``radicale``, except that the - installation happens from their git repo. ``install-deps.sh`` is slightly - slower with this. - - ``DAV_SERVER=owncloud``: Uses latest ownCloud release. Very slow - installation, very slow tests.