This repository was archived by the owner on Aug 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -7,27 +7,27 @@ templates:
7
7
- image : golang:1.11.2
8
8
9
9
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
20
20
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
31
31
32
32
python3.7 :
33
33
<< : *job_template
@@ -44,6 +44,6 @@ workflows:
44
44
version : 2
45
45
build_test_deploy :
46
46
jobs :
47
- - python3.5
48
- - python3.6
47
+ # - python3.5
48
+ # - python3.6
49
49
- python3.7
You can’t perform that action at this time.
0 commit comments