File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ python38_image: &python38_image circleci/python:3.8
1111python37_image : &python37_image circleci/python:3.7
1212python36_image : &python36_image circleci/python:3.6
1313python35_image : &python35_image circleci/python:3.5
14- # The circleci/python:3.4 images are broken, we cannot do `pip install <package>`
15- # https://github.com/circleci/circleci-images/issues/466
16- python34_image : &python34_image python:3.4
1714python27_image : &python27_image circleci/python:2.7
1815ddtrace_dev_image : &ddtrace_dev_image datadog/docker-library:ddtrace_py
1916datadog_agent_image : &datadog_agent_image datadog/docker-dd-agent:latest
@@ -184,10 +181,6 @@ executors:
184181 docker :
185182 - image : *python35_image
186183 resource_class : *resource_class
187- python34 :
188- docker :
189- - image : *python34_image
190- resource_class : *resource_class
191184 python27 :
192185 docker :
193186 - image : *python27_image
@@ -274,10 +267,6 @@ jobs:
274267 executor : python35
275268 steps :
276269 - test_build
277- test_build_py34 :
278- executor : python34
279- steps :
280- - test_build
281270 test_build_py27 :
282271 executor : python27
283272 steps :
You can’t perform that action at this time.
0 commit comments