Reenable davical (#728)

This commit is contained in:
Markus Unterwaditzer 2018-03-28 16:55:24 +02:00 committed by GitHub
parent d26258807e
commit 8cedf13fdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View file

@ -74,6 +74,21 @@ jobs:
- run: make -e storage-test
davical:
docker:
- image: circleci/python:3.6
environment:
<<: *basic_env
DAV_SERVER: davical
steps:
- checkout
- *restore_caches
- *basic_setup
- run: make -e install-dev install-test
- *save_caches
- run: make -e storage-test
style:
docker:
- image: circleci/python:3.6
@ -216,6 +231,7 @@ workflows:
- nextcloud
- fastmail
- icloud
- davical
- style
- py34-minimal
- py34-release

View file

@ -7,7 +7,7 @@ try:
# Those credentials are configured through the Travis UI
'username': os.environ['DAVICAL_USERNAME'].strip(),
'password': os.environ['DAVICAL_PASSWORD'].strip(),
'url': 'https://brutus.lostpackets.de/davical-test/caldav.php/',
'url': 'https://caesar.lostpackets.de/davical-test/caldav.php/',
}
except KeyError as e:
caldav_args = None