diff --git a/.circleci/config.yml b/.circleci/config.yml index a916d71e3e..6293f36f1c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ jobs: - run: name: Checkout docs - command: make test.doc.checkout branch=$CIRCLE_BRANCH + command: make test.doc.checkout - restore_cache: key: v1-py3-{{ .Branch }}-{{ checksum "setup.py" }} @@ -81,6 +81,11 @@ jobs: paths: - /tmp/venv/openfisca_doc + - run: + name: Run doc tests + command: make test.doc.build + + check_version: docker: - image: python:3.7