mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
parent
a96f358464
commit
b7e7cfc439
3 changed files with 6 additions and 6 deletions
|
|
@ -120,10 +120,6 @@
|
||||||
"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,7 +4,11 @@
|
||||||
iCloud
|
iCloud
|
||||||
======
|
======
|
||||||
|
|
||||||
Vdirsyncer is regularly tested against iCloud_.
|
Vdirsyncer is 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",)
|
dav_servers = ("radicale",)
|
||||||
rs_servers = ()
|
rs_servers = ()
|
||||||
if python == latest_python and requirements == "release":
|
if python == latest_python and requirements == "release":
|
||||||
dav_servers += ("owncloud", "nextcloud", "baikal", "davical", "icloud",
|
dav_servers += ("owncloud", "nextcloud", "baikal", "davical",
|
||||||
"fastmail")
|
"fastmail")
|
||||||
if python != "pypy3":
|
if python != "pypy3":
|
||||||
dav_servers += ("xandikos",)
|
dav_servers += ("xandikos",)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue