mirror of
https://github.com/danbulant/deno_install
synced 2026-07-03 18:20:40 +00:00
11 lines
189 B
YAML
11 lines
189 B
YAML
environment:
|
|
|
|
matrix:
|
|
- PYTHON: "C:\\Python27"
|
|
- PYTHON: "C:\\Python33"
|
|
|
|
build: off
|
|
|
|
test_script:
|
|
- "%PYTHON%\\python.exe install.py"
|
|
- "%PYTHON%\\python.exe install_test.py"
|