File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 3
3
version : 2.1
4
4
5
5
executors :
6
- python-26 : {docker: [{image: 'circleci/python:2.6'}]}
7
6
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
7
python-33 : {docker: [{image: 'circleci/python:3.3'}]}
12
8
python-34 : {docker: [{image: 'circleci/python:3.4'}]}
13
9
python-35 : {docker: [{image: 'circleci/python:3.5'}]}
46
42
workflows :
47
43
run-tests :
48
44
jobs :
49
- - build : {name: run-tests-python-2.6, executor: python-26}
50
45
- 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
46
- build : {name: run-tests-python-3.3, executor: python-33}
55
47
- build : {name: run-tests-python-3.5, executor: python-34}
56
48
- build : {name: run-tests-python-3.5, executor: python-35}
You can’t perform that action at this time.
0 commit comments