From b448218857e8a9bd2c31a263a13ebbea02ca742d Mon Sep 17 00:00:00 2001 From: orf Date: Wed, 22 Mar 2017 13:08:39 +0000 Subject: [PATCH] Add initial appveyor file (#121) Set up appveyor integration. --- appveyor.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..27250fd2b --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,26 @@ +image: Visual Studio 2015 +build: off +max_jobs: 3 + +init: + - git config --global core.autocrlf input + +shallow_clone: true + +environment: + matrix: + - py: Python26 + - py: Python26-x64 + - py: Python27 + - py: Python27-x64 + - py: Python33 + - py: Python33-x64 + - py: Python34 + - py: Python34-x64 + - py: Python35 + - py: Python35-x64 + - py: Python36 + - py: Python36-x64 + +test_script: + - C:\%py%\python.exe setup.py install