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:
145
145
name : " Built documentation is available at:"
146
146
command : echo "${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/doc/build/html/index.html"
147
147
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
+
148
174
- add_ssh_keys :
149
175
fingerprints :
150
176
- " 78:13:59:08:61:a9:e5:09:af:df:3a:d8:89:c2:84:c0"
@@ -162,3 +188,4 @@ workflows:
162
188
jobs :
163
189
- docs-python36
164
190
- docs-python37
191
+ - docs-python38
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ matrix:
81
81
- DELETE_FONT_CACHE=1
82
82
- EXTRAREQS='-r requirements/testing/travis36.txt'
83
83
- python : 3.7
84
+ - python : 3.8
84
85
- python : " nightly"
85
86
env :
86
87
- PRE=--pre
You can’t perform that action at this time.
0 commit comments