diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 0000000..28e513e --- /dev/null +++ b/.appveyor.yml @@ -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"