Add appveyor configure for Windows testing.

This commit is contained in:
Graham Dumpleton 2016-12-18 16:53:53 +11:00
parent c53fb88e61
commit aca7e88fef
1 changed files with 11 additions and 0 deletions

11
appveyor.yml Normal file
View File

@ -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