Add appveyor

This commit is contained in:
Parsa Ghadimi 2018-09-07 13:07:09 +04:30 committed by Ryan Dahl
parent b5788921b3
commit 638b82d834

11
.appveyor.yml Normal file
View 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"