Skip to content

Commit c3cc38a

Browse files
committed
Use only Python versions available as docker images.
1 parent 3aa2f8b commit c3cc38a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.circleci/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
version: 2.1
44

55
executors:
6-
python-26: {docker: [{image: 'circleci/python:2.6'}]}
76
python-27: {docker: [{image: 'circleci/python:2.7'}]}
8-
python-30: {docker: [{image: 'circleci/python:3.0'}]}
9-
python-31: {docker: [{image: 'circleci/python:3.1'}]}
10-
python-32: {docker: [{image: 'circleci/python:3.2'}]}
117
python-33: {docker: [{image: 'circleci/python:3.3'}]}
128
python-34: {docker: [{image: 'circleci/python:3.4'}]}
139
python-35: {docker: [{image: 'circleci/python:3.5'}]}
@@ -46,11 +42,7 @@ jobs:
4642
workflows:
4743
run-tests:
4844
jobs:
49-
- build: {name: run-tests-python-2.6, executor: python-26}
5045
- build: {name: run-tests-python-2.7, executor: python-27}
51-
- build: {name: run-tests-python-3.0, executor: python-30}
52-
- build: {name: run-tests-python-3.1, executor: python-31}
53-
- build: {name: run-tests-python-3.2, executor: python-32}
5446
- build: {name: run-tests-python-3.3, executor: python-33}
5547
- build: {name: run-tests-python-3.5, executor: python-34}
5648
- build: {name: run-tests-python-3.5, executor: python-35}

0 commit comments

Comments
 (0)