Remove information nobody will use

This commit is contained in:
Markus Unterwaditzer 2014-03-20 15:26:07 +01:00
parent b8986d6edf
commit f30a15ad66

View file

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