|
|
@@ -0,0 +1,32 @@ |
|
|
|
environment: |
|
|
|
matrix: |
|
|
|
- PYTHON: "C:\\Python33" |
|
|
|
- PYTHON: "C:\\Python33-x64" |
|
|
|
- PYTHON: "C:\\Python34" |
|
|
|
- PYTHON: "C:\\Python34-x64" |
|
|
|
- PYTHON: "C:\\Python35" |
|
|
|
- PYTHON: "C:\\Python35-x64" |
|
|
|
- PYTHON: "C:\\Python36" |
|
|
|
- PYTHON: "C:\\Python36-x64" |
|
|
|
- PYTHON: "C:\\Python37" |
|
|
|
- PYTHON: "C:\\Python37-x64" |
|
|
|
- PYTHON: "C:\\Python38" |
|
|
|
- PYTHON: "C:\\Python38-x64" |
|
|
|
|
|
|
|
# skip_commits: |
|
|
|
# files: |
|
|
|
# - "*.yml" |
|
|
|
# - "*.rst" |
|
|
|
# - "LICENSE" |
|
|
|
|
|
|
|
install: |
|
|
|
- "%PYTHON%\\python.exe -m pip install -U pip" |
|
|
|
- "%PYTHON%\\python.exe -m pip install -U pytest" |
|
|
|
- "%PYTHON%\\python.exe -m pip install -r requirements.txt" |
|
|
|
- "%PYTHON%\\python.exe -m pip install wheel" |
|
|
|
|
|
|
|
build: off |
|
|
|
|
|
|
|
test_script: |
|
|
|
- "%PYTHON%\\python.exe setup.py bdist_wheel" |
|
|
|
- "%PYTHON%\\python.exe -m pytest -v gklearn/tests/" |