mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
parent
395e8276de
commit
8565277623
3 changed files with 6 additions and 6 deletions
|
|
@ -124,6 +124,10 @@
|
|||
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=release BUILD_PRS=false ",
|
||||
"python": "3.6"
|
||||
},
|
||||
{
|
||||
"env": "BUILD=test DAV_SERVER=icloud REQUIREMENTS=release BUILD_PRS=false ",
|
||||
"python": "3.6"
|
||||
},
|
||||
{
|
||||
"env": "BUILD=test DAV_SERVER=fastmail REQUIREMENTS=release BUILD_PRS=false ",
|
||||
"python": "3.6"
|
||||
|
|
|
|||
|
|
@ -4,11 +4,7 @@
|
|||
iCloud
|
||||
======
|
||||
|
||||
Vdirsyncer is tested against iCloud_.
|
||||
|
||||
.. note::
|
||||
|
||||
Automated testing against iCloud is broken! See :gh:`646`.
|
||||
Vdirsyncer is regularly tested against iCloud_.
|
||||
|
||||
::
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ for python, requirements in itertools.product(python_versions,
|
|||
dav_servers = ("radicale", "xandikos")
|
||||
|
||||
if python == latest_python and requirements == "release":
|
||||
dav_servers += ("owncloud", "nextcloud", "baikal", "davical",
|
||||
dav_servers += ("owncloud", "nextcloud", "baikal", "davical", "icloud",
|
||||
"fastmail")
|
||||
|
||||
for dav_server in dav_servers:
|
||||
|
|
|
|||
Loading…
Reference in a new issue