Add AppVeyor for Windows builds

This commit is contained in:
Łukasz Langa 2018-04-21 15:32:01 -07:00
parent d73166c42b
commit b07ca2b7d5

10
.appveyor.yml Normal file
View File

@ -0,0 +1,10 @@
install:
- C:\Python36\python.exe -m pip install mypy
- C:\Python36\python.exe -m pip install -e .
# Not a C# project
build: off
test_script:
- C:\Python36\python.exe tests/test_black.py
- C:\Python36\python.exe -m mypy black.py tests/test_black.py