Run tests on windows

This commit is contained in:
Alan Hamlett 2018-09-30 19:16:54 -07:00
parent ff1c30807e
commit 96ac604c74
1 changed files with 25 additions and 0 deletions

25
.appveyor.yml Normal file
View File

@ -0,0 +1,25 @@
environment:
global:
TOXENV: py
matrix:
- PYTHON: C:\Python36-x64
- PYTHON: C:\Python27-x64
init:
- SET PATH=%PYTHON%;%PATH%
install:
- python -m pip install -U tox
build: false
test_script:
- python -m tox
branches:
only:
- master
cache:
- '%LOCALAPPDATA%\pip\Cache'