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:
77 - image : golang:1.11.2
88
99jobs :
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
You can’t perform that action at this time.
0 commit comments