add appveyor for testing on Windows

This commit is contained in:
shimizukawa 2017-04-10 10:33:53 +09:00
parent b6e4cceb8f
commit b8fe49b0a4

11
.appveyor.yml Normal file
View File

@ -0,0 +1,11 @@
environment:
matrix:
- PYTHON: 36-x64
install:
- pip install -U pip setuptools
- pip install -r test-reqs.txt
test_script:
- tox -e py36 -- -vvv