Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1494113

Browse files
committed
Remove other 2.7 CI builds
1 parent f5c2ea4 commit 1494113

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

.appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ environment:
1919
# theoretically the CONDA_INSTALL_LOCN could be only two: one for 32bit,
2020
# one for 64bit because we construct envs anyway. But using one for the
2121
# right python version is hopefully making it fast due to package caching.
22-
- PYTHON_VERSION: "2.7"
23-
CONDA_INSTALL_LOCN: "C:\\Miniconda-x64"
24-
TEST_ALL: "no"
2522
- PYTHON_VERSION: "3.5"
2623
CONDA_INSTALL_LOCN: "C:\\Miniconda35-x64"
2724
TEST_ALL: "no"

.circleci/config.yml

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -115,47 +115,6 @@ jobs:
115115
name: "Deploy new docs"
116116
command: ./.circleci/deploy-docs.sh
117117

118-
docs-python27:
119-
docker:
120-
- image: circleci/python:2.7
121-
steps:
122-
- checkout
123-
124-
- run: *apt-install
125-
- run: *fonts-install
126-
- run: *pip-install
127-
128-
- run:
129-
<<: *deps-install
130-
environment:
131-
NUMPY_VERSION: "==1.7.1"
132-
# Linkchecker only works with python 2.7 for the time being.
133-
# Linkchecker is currently broken with requests 2.10.0 so force an earlier version.
134-
- run: pip install --user $PRE requests==2.9.2 linkchecker
135-
- run: *mpl-install
136-
137-
- run: *doc-build
138-
139-
# We don't build the LaTeX docs here, so linkchecker will complain
140-
- run: touch doc/build/html/Matplotlib.pdf
141-
142-
# Linkchecker only works with python 2.7 for the time being
143-
- run:
144-
name: linkchecker
145-
command: ~/.local/bin/linkchecker build/html/index.html
146-
working_directory: doc
147-
148-
- run: *doc-bundle
149-
- store_artifacts:
150-
path: doc/build/sphinx-gallery-files.tar.gz
151-
152-
- store_artifacts:
153-
path: doc/build/html
154-
155-
- run:
156-
name: "Built documentation is available at:"
157-
command: echo "${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/doc/build/html/index.html"
158-
159118

160119
#########################################
161120
# Defining workflows gets us parallelism.

0 commit comments

Comments
 (0)