Skip to content

Commit

Permalink
Reenable davical (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Mar 28, 2018
1 parent d262588 commit 8cedf13
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Expand Up @@ -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
Expand Down Expand Up @@ -216,6 +231,7 @@ workflows:
- nextcloud
- fastmail
- icloud
- davical
- style
- py34-minimal
- py34-release
Expand Down
2 changes: 1 addition & 1 deletion tests/storage/servers/davical/__init__.py
Expand Up @@ -7,7 +7,7 @@
# 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
Expand Down

0 comments on commit 8cedf13

Please sign in to comment.