mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
add appveyor for testing on Windows
This commit is contained in:
parent
b6e4cceb8f
commit
b8fe49b0a4
11
.appveyor.yml
Normal file
11
.appveyor.yml
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user