mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add appveyor file to run tests on windows
This commit is contained in:
parent
ed97a838ee
commit
767736521c
27
.appveyor.yml
Normal file
27
.appveyor.yml
Normal 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%
|
Loading…
Reference in New Issue
Block a user