-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathappveyor.yml
34 lines (27 loc) · 921 Bytes
/
appveyor.yml
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
32
33
34
environment:
matrix:
# For Python versions available on Appveyor, see
# http://www.appveyor.com/docs/installed-software#python
- PYTHON: "C:\\Python27"
# - PYTHON: "C:\\Python33"
# - PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python27-x64"
# third-party pyyml fails in Python34-x64
# - PYTHON: "C:\\Python34-x64"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"
init:
- set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
- python --version
install:
- "%PYTHON%\\Scripts\\pip.exe install pyyaml"
- "%PYTHON%\\Scripts\\pip.exe install ck"
build: false
test_script:
- "ck pull repo:mlcommons@venv" # test mlcommons@ck-venv repo
- "ck pull repo:mlcommons@mlops"
# TBD: add tests for Windows