|
3 | 3 | version: 2.1
|
4 | 4 |
|
5 | 5 | 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'}]} |
16 | 16 |
|
17 | 17 | jobs:
|
18 | 18 | build:
|
@@ -46,13 +46,13 @@ jobs:
|
46 | 46 | workflows:
|
47 | 47 | run-tests:
|
48 | 48 | 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