Add appveyor file to run tests on windows

This commit is contained in:
Andy Neebel 2017-04-27 15:24:06 -05:00
parent ed97a838ee
commit 767736521c

27
.appveyor.yml Normal file
View File

@ -0,0 +1,27 @@
environment:
global:
TEST: -v --durations 25
PYTHONFAULTHANDLER: x
PYTHONWARNINGS: all
matrix:
- PYTHON: 27
DOCUTILS: 0.12
- PYTHON: 27
DOCUTILS: 0.13.1
- PYTHON: 36
DOCUTILS: 0.13.1
- PYTHON: 36-x64
DOCUTILS: 0.13.1
install:
- C:\Python%PYTHON%\python.exe -m pip install -U pip setuptools
- C:\Python%PYTHON%\python.exe -m pip install docutils==%DOCUTILS%
- C:\Python%PYTHON%\python.exe -m pip install -r test-reqs.txt
# No automatic build, just run python tests
build: off
test_script:
- cd tests
- C:\Python%PYTHON%\python.exe run.py --ignore py35 %TEST%