mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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 ",
|
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=release BUILD_PRS=false ",
|
||||||
"python": "3.6"
|
"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 ",
|
"env": "BUILD=test DAV_SERVER=fastmail REQUIREMENTS=release BUILD_PRS=false ",
|
||||||
"python": "3.6"
|
"python": "3.6"
|
||||||
|
|
|
||||||
|
|
@ -4,11 +4,7 @@
|
||||||
iCloud
|
iCloud
|
||||||
======
|
======
|
||||||
|
|
||||||
Vdirsyncer is tested against iCloud_.
|
Vdirsyncer is regularly tested against iCloud_.
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
Automated testing against iCloud is broken! See :gh:`646`.
|
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ for python, requirements in itertools.product(python_versions,
|
||||||
dav_servers = ("radicale", "xandikos")
|
dav_servers = ("radicale", "xandikos")
|
||||||
|
|
||||||
if python == latest_python and requirements == "release":
|
if python == latest_python and requirements == "release":
|
||||||
dav_servers += ("owncloud", "nextcloud", "baikal", "davical",
|
dav_servers += ("owncloud", "nextcloud", "baikal", "davical", "icloud",
|
||||||
"fastmail")
|
"fastmail")
|
||||||
|
|
||||||
for dav_server in dav_servers:
|
for dav_server in dav_servers:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue