mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Remove information nobody will use
This commit is contained in:
parent
b8986d6edf
commit
f30a15ad66
1 changed files with 0 additions and 12 deletions
12
README.rst
12
README.rst
|
|
@ -32,15 +32,3 @@ How to run the tests
|
||||||
|
|
||||||
sh install-deps.sh
|
sh install-deps.sh
|
||||||
sh run-tests.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.
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue