1 | version: 0.3.0 build {build}-{branch} |
2 | branches: |
3 | only: |
4 | - master |
5 | - develop |
6 | environment: |
7 | matrix: |
8 | - PYTHON: "C:\\Python34" |
9 | - PYTHON: "C:\\Python34-x64" |
10 | - PYTHON: "C:\\Python35" |
11 | - PYTHON: "C:\\Python35-x64" |
12 | - PYTHON: "C:\\Python36" |
13 | - PYTHON: "C:\\Python36-x64" |
14 | - PYTHON: "C:\\Python37" |
15 | - PYTHON: "C:\\Python37-x64" |
16 | platform: |
17 | - x64 |
18 | - x86 |
19 | build: off |
20 | init: ECHO %PYTHON% |
21 | before_test: |
22 | - doskey python3=%PYTHON%\\python.exe %* |
23 | - python3 --version |
24 | test_script: |
25 | - bash test |
26 |
|