mirror of
https://github.com/danbulant/deno_install
synced 2026-07-06 11:40:39 +00:00
Add appveyor
This commit is contained in:
parent
b5788921b3
commit
638b82d834
1 changed files with 11 additions and 0 deletions
11
.appveyor.yml
Normal file
11
.appveyor.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
environment:
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
- PYTHON: "C:\\Python27"
|
||||||
|
- PYTHON: "C:\\Python33"
|
||||||
|
|
||||||
|
build: off
|
||||||
|
|
||||||
|
test_script:
|
||||||
|
- "%PYTHON%\\python.exe install.py"
|
||||||
|
- "%PYTHON%\\python.exe install_test.py"
|
||||||
Loading…
Reference in a new issue