From 638b82d8347f8425e79a8f08f14220ee62d8cb35 Mon Sep 17 00:00:00 2001 From: Parsa Ghadimi Date: Fri, 7 Sep 2018 13:07:09 +0430 Subject: [PATCH] Add appveyor --- .appveyor.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .appveyor.yml 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"