Skip to content

Commit 3aa2f8b

Browse files
committed
Update executor names.
1 parent 8d26b23 commit 3aa2f8b

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.circleci/config.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
version: 2.1
44

55
executors:
6-
python-2.6: {docker: [{image: 'circleci/python:2.6'}]}
7-
python-2.7: {docker: [{image: 'circleci/python:2.7'}]}
8-
python-3.0: {docker: [{image: 'circleci/python:3.0'}]}
9-
python-3.1: {docker: [{image: 'circleci/python:3.1'}]}
10-
python-3.2: {docker: [{image: 'circleci/python:3.2'}]}
11-
python-3.3: {docker: [{image: 'circleci/python:3.3'}]}
12-
python-3.4: {docker: [{image: 'circleci/python:3.4'}]}
13-
python-3.5: {docker: [{image: 'circleci/python:3.5'}]}
14-
python-3.6: {docker: [{image: 'circleci/python:3.6'}]}
15-
python-3.7: {docker: [{image: 'circleci/python:3.7'}]}
6+
python-26: {docker: [{image: 'circleci/python:2.6'}]}
7+
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'}]}
11+
python-33: {docker: [{image: 'circleci/python:3.3'}]}
12+
python-34: {docker: [{image: 'circleci/python:3.4'}]}
13+
python-35: {docker: [{image: 'circleci/python:3.5'}]}
14+
python-36: {docker: [{image: 'circleci/python:3.6'}]}
15+
python-37: {docker: [{image: 'circleci/python:3.7'}]}
1616

1717
jobs:
1818
build:
@@ -46,13 +46,13 @@ jobs:
4646
workflows:
4747
run-tests:
4848
jobs:
49-
- build: {name: run-tests-python-2.6, executor: python-2.6}
50-
- build: {name: run-tests-python-2.7, executor: python-2.7}
51-
- build: {name: run-tests-python-3.0, executor: python-3.0}
52-
- build: {name: run-tests-python-3.1, executor: python-3.1}
53-
- build: {name: run-tests-python-3.2, executor: python-3.2}
54-
- build: {name: run-tests-python-3.3, executor: python-3.3}
55-
- build: {name: run-tests-python-3.5, executor: python-3.4}
56-
- build: {name: run-tests-python-3.5, executor: python-3.5}
57-
- build: {name: run-tests-python-3.6, executor: python-3.6}
58-
- build: {name: run-tests-python-3.7, executor: python-3.7}
49+
- build: {name: run-tests-python-2.6, executor: python-26}
50+
- 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}
54+
- build: {name: run-tests-python-3.3, executor: python-33}
55+
- build: {name: run-tests-python-3.5, executor: python-34}
56+
- build: {name: run-tests-python-3.5, executor: python-35}
57+
- build: {name: run-tests-python-3.6, executor: python-36}
58+
- build: {name: run-tests-python-3.7, executor: python-37}

0 commit comments

Comments
 (0)