Jelajahi Sumber

Make sure CircleCI build installs all dependencies

Thibaud Colas 3 tahun lalu
induk
melakukan
855486157b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -13,7 +13,7 @@ jobs:
       # Only install if .venv wasn’t cached.
       - run: |
           if [[ ! -e ".venv" ]]; then
-              pipenv install -e .[testing]
+              pipenv install -e .[testing,docs]
           fi
       - save_cache:
           key: pipenv-v1-{{ checksum "setup.py" }}