Skip to content

Commit

Permalink
Merge pull request SciTools#1536 from QuLogic/circle-verbose
Browse files Browse the repository at this point in the history
Drop Python 2 doc builds on CI
  • Loading branch information
QuLogic authored Apr 27, 2020
2 parents 68a2165 + b8c9b1e commit e6c1d06
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,28 +85,6 @@ jobs:
- store_artifacts:
path: docs/build/html

docs-python2:
docker:
- image: continuumio/miniconda:latest
steps:
- checkout

- run: *apt-install
- run:
<<: *env-setup
environment:
PYTHON_VERSION: 2
EXTRA_PACKAGES: "futures"
- run:
<<: *deps-install
no_output_timeout: "20m"
- run: *cp-install

- run: *doc-build

- store_artifacts:
path: docs/build/html


#########################################
# Defining workflows gets us parallelism.
Expand All @@ -117,4 +95,3 @@ workflows:
build:
jobs:
- docs-python3
- docs-python2

0 comments on commit e6c1d06

Please sign in to comment.