8000 Ci py38 (#15451) · matplotlib/matplotlib@ea79c2a · GitHub
[go: up one dir, main page]

Skip to content

Commit ea79c2a

Browse files
authored
Ci py38 (#15451)
Ci py38
2 parents 349e2e9 + 53f4249 commit ea79c2a

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.circleci/config.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
0