From 65f1cf5859db4f89ad44cb1a199b75b915d25314 Mon Sep 17 00:00:00 2001 From: Ilya Kulakov Date: Tue, 13 Nov 2018 12:51:42 -0800 Subject: [PATCH] Add config for AppVeyor. --- .appveyor | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .appveyor diff --git a/.appveyor b/.appveyor new file mode 100644 index 0000000..3c33adb --- /dev/null +++ b/.appveyor @@ -0,0 +1,19 @@ +environment: + matrix: + - PYTHON: "C:\\Python26" + - PYTHON: "C:\\Python26-x64" + - PYTHON: "C:\\Python27" + - PYTHON: "C:\\Python27-x64" + - PYTHON: "C:\\Python34" + - PYTHON: "C:\\Python34-x64" + - PYTHON: "C:\\Python35" + - PYTHON: "C:\\Python35-x64" + - PYTHON: "C:\\Python36" + - PYTHON: "C:\\Python36-x64" + - PYTHON: "C:\\Python37" + - PYTHON: "C:\\Python37-x64" + +build: off + +test_script: + - "%PYTHON%\\python.exe -m setup.py test"