diff --git a/.circleci/config.yml b/.circleci/config.yml index a726062..8358c64 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,6 +3,7 @@ version: 2 references: basic_env: &basic_env CI: true + DAV_SERVER: xandikos restore_caches: &restore_caches restore_cache: keys: @@ -139,6 +140,21 @@ jobs: - run: make -e test + py36-release-radicale: + docker: + - image: circleci/python:3.6 + environment: + <<: *basic_env + REQUIREMENTS: release + DAV_SERVER: radicale + steps: + - checkout + - *restore_caches + - *basic_setup + - *save_caches + + - run: make -e test + py36-devel: docker: - image: circleci/python:3.6