File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,32 @@ jobs:
145145 name : " Built documentation is available at:"
146146 command : echo "${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/doc/build/html/index.html"
147147
148+ docs-python38 :
149+ docker :
150+ - image : circleci/python:3.8
151+ steps :
152+ - checkout
153+
154+ - run : *apt-install
155+ - run : *fonts-install
156+ - run : *pip-install
157+
158+ - run : *deps-install
159+ - run : *mpl-install
160+
161+ - run : *doc-build
162+
163+ - run : *doc-bundle
164+ - store_artifacts :
165+ path : doc/build/sphinx-gallery-files.tar.gz
166+
167+ - store_artifacts :
168+ path : doc/build/html
169+
170+ - run :
171+ name : " Built documentation is available at:"
172+ command : echo "${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/doc/build/html/index.html"
173+
148174 - add_ssh_keys :
149175 fingerprints :
150176 - " 78:13:59:08:61:a9:e5:09:af:df:3a:d8:89:c2:84:c0"
@@ -162,3 +188,4 @@ workflows:
162188 jobs :
163189 - docs-python36
164190 - docs-python37
191+ - docs-python38
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ matrix:
8181 - DELETE_FONT_CACHE=1
8282 - EXTRAREQS='-r requirements/testing/travis36.txt'
8383 - python : 3.7
84+ - python : 3.8
8485 - python : " nightly"
8586 env :
8687 - PRE=--pre
You can’t perform that action at this time.
0 commit comments