Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit e0e003e

Browse files
remicalixtehush-hush
authored andcommitted
Disable python3.5 and python3.6 for now
1 parent 133b1e0 commit e0e003e

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.circleci/config.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@ templates:
77
- image: golang:1.11.2
88

99
jobs:
10-
python3.5:
11-
<<: *job_template
12-
steps:
13-
- checkout
14-
- run: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
15-
- run: dep ensure
16-
- run: echo "deb http://deb.debian.org/debian unstable main" >> /etc/apt/sources.list
17-
- run: apt-get update && apt-get install -y python3.5-dev
18-
- run: cp /usr/lib/x86_64-linux-gnu/pkgconfig/python-3.5.pc /usr/lib/x86_64-linux-gnu/pkgconfig/python3.pc
19-
- run: go test -cover
10+
# python3.5:
11+
# <<: *job_template
12+
# steps:
13+
# - checkout
14+
# - run: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
15+
# - run: dep ensure
16+
# - run: echo "deb http://deb.debian.org/debian unstable main" >> /etc/apt/sources.list
17+
# - run: apt-get update && apt-get install -y python3.5-dev
18+
# - run: cp /usr/lib/x86_64-linux-gnu/pkgconfig/python-3.5.pc /usr/lib/x86_64-linux-gnu/pkgconfig/python3.pc
19+
# - run: go test -cover
2020

21-
python3.6:
22-
<<: *job_template
23-
steps:
24-
- checkout
25-
- run: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
26-
- run: dep ensure
27-
- run: echo "deb http://deb.debian.org/debian unstable main" >> /etc/apt/sources.list
28-
- run: apt-get update && apt-get install -y python3.6-dev
29-
- run: cp /usr/lib/x86_64-linux-gnu/pkgconfig/python-3.6.pc /usr/lib/x86_64-linux-gnu/pkgconfig/python3.pc
30-
- run: go test -cover
21+
# python3.6:
22+
# <<: *job_template
23+
# steps:
24+
# - checkout
25+
# - run: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
26+
# - run: dep ensure
27+
# - run: echo "deb http://deb.debian.org/debian unstable main" >> /etc/apt/sources.list
28+
# - run: apt-get update && apt-get install -y python3.6-dev
29+
# - run: cp /usr/lib/x86_64-linux-gnu/pkgconfig/python-3.6.pc /usr/lib/x86_64-linux-gnu/pkgconfig/python3.pc
30+
# - run: go test -cover
3131

3232
python3.7:
3333
<<: *job_template
@@ -44,6 +44,6 @@ workflows:
4444
version: 2
4545
build_test_deploy:
4646
jobs:
47-
- python3.5
48-
- python3.6
47+
# - python3.5
48+
# - python3.6
4949
- python3.7

0 commit comments

Comments
 (0)