From 8b955247706ecbfc01c69ed66105ceca43bcf79a Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Sun, 29 Aug 2021 17:38:48 +0200 Subject: [PATCH] Build doc in circleci --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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