Skip to content

Commit c4615a0

Browse files
committed
Disable python 2.x builds
1 parent fe539b6 commit c4615a0

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

.circleci/config.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ workflows:
1515
- build
1616
matrix:
1717
parameters:
18-
python-version: ["2.7.16", "2.7.18", "3.5.10", "3.6.5", "3.7.7", "3.8.6", "3.9.3", "latest"]
18+
python-version: ["3.6.5", "3.7.7", "3.8.6", "3.9.3", "latest"]
1919

2020
- hold:
2121
type: approval
@@ -33,10 +33,10 @@ workflows:
3333
requires:
3434
- hold
3535

36-
- docs:
37-
requires:
38-
- deploy
39-
- build
36+
# - docs:
37+
# requires:
38+
# - deploy
39+
# - build
4040

4141
# upload_test:
4242
# triggers:
@@ -113,32 +113,32 @@ jobs:
113113
cd /tmp/artifact
114114
twine upload dist/*
115115
116-
docs:
117-
docker:
118-
- image: circleci/python:latest
116+
# docs:
117+
# docker:
118+
# - image: circleci/python:latest
119119

120-
steps:
121-
- attach_workspace:
122-
at: /tmp/artifact
123-
name: Attach build artifact
120+
# steps:
121+
# - attach_workspace:
122+
# at: /tmp/artifact
123+
# name: Attach build artifact
124124

125-
- run:
126-
name: Install dependencies
127-
command: |
128-
cd /tmp/artifact/docs
129-
pip install -r requirements.txt
125+
# - run:
126+
# name: Install dependencies
127+
# command: |
128+
# cd /tmp/artifact/docs
129+
# pip install -r requirements.txt
130130

131-
- run:
132-
name: Build autodocs
133-
command: |
134-
cd /tmp/artifact/docs
135-
make jekyll
136-
137-
- run:
138-
name: Publish autodocs
139-
command: |
140-
cd /tmp/artifact/docs
141-
python publish.py
131+
# - run:
132+
# name: Build autodocs
133+
# command: |
134+
# cd /tmp/artifact/docs
135+
# make jekyll
136+
137+
# - run:
138+
# name: Publish autodocs
139+
# command: |
140+
# cd /tmp/artifact/docs
141+
# python publish.py
142142

143143
deploy:
144144
docker:

0 commit comments

Comments
 (0)