From aca7e88fefddff89378efc574089143502173ea9 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Sun, 18 Dec 2016 16:53:53 +1100 Subject: [PATCH] Add appveyor configure for Windows testing. --- 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..fcd0cd7 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,11 @@ +environment: + COVERAGE_CMD: coverage run -m + COVERAGE_DEP: coverage + +install: + - ps: C:\Python35-x64\python.exe -m pip install tox + +build: off + +test_script: + - ps: C:\Python35-x64\python.exe -m tox --skip-missing-interpreters