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:
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
|
||||
|
||||
Reference in New Issue
Block a user