File size: 682 Bytes
c45d283 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
environment:
PYTHON: C:\Python37-x64
matrix:
- TEST: "score dm.edm.json"
- TEST: "score eds.edm.json"
- TEST: "score eds.smatch.json"
- TEST: "score eds.mrp.json"
- TEST: "score dm.sdp.json"
- TEST: "score ucca.ucca.json"
- TEST: "score ucca.smatch.json"
- TEST: "score ucca.mrp.json"
- TEST: "score test.smatch.json"
- TEST: "score coli.smatch.json"
- TEST: "score coli.mrp.json"
- TEST: "score unit"
- TEST: "sample all"
- TEST: "validate all"
init:
- cmd: choco install make
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
- cmd: copy %PYTHON%\python.exe %PYTHON%\python3.exe
install:
- pip install .
build: off
test_script:
- make -C data/%TEST%
|