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"