Skip to content

Commit b045ff2

Browse files
committed
MNT: add circleci37
1 parent 09ce51d commit b045ff2

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.circleci/config.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,34 @@ jobs:
9494
steps:
9595
- checkout
9696

97+
- run: *apt-install
98+
- run: *fonts-install
99+
- run: *pip-install
100+
- run:
101+
<<: *deps-install
102+
environment:
103+
NUMPY_VERSION: "==1.11.0"
104+
- run: *mpl-install
105+
106+
- run: *doc-build
107+
108+
- run: *doc-bundle
109+
- store_artifacts:
110+
path: doc/build/sphinx-gallery-files.tar.gz
111+
112+
- store_artifacts:
113+
path: doc/build/html
114+
115+
- run:
116+
name: "Built documentation is available at:"
117+
command: echo "${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/doc/build/html/index.html"
118+
119+
docs-python37:
120+
docker:
121+
- image: circleci/python:3.7
122+
steps:
123+
- checkout
124+
97125
- run: *apt-install
98126
- run: *fonts-install
99127
- run: *pip-install

0 commit comments

Comments
 (0)