Add appveyor script for CI testing on Windows.
This commit is contained in:
parent
243e44fdb7
commit
3383a3aceb
19
appveyor.yml
Normal file
19
appveyor.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
environment:
|
||||
|
||||
APPVEYOR: true
|
||||
|
||||
matrix:
|
||||
- PYTHON: "C:\\Python36-x64"
|
||||
- PYTHON: "C:\\Python27-x64"
|
||||
|
||||
install:
|
||||
# symlink python from a directory with a space
|
||||
- "mklink /d \"C:\\Program Files\\Python\" %PYTHON%"
|
||||
- "SET PYTHON=\"C:\\Program Files\\Python\""
|
||||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||
|
||||
build: off
|
||||
|
||||
test_script:
|
||||
- "python -m pip install tox"
|
||||
- "tox"
|
Loading…
Reference in New Issue
Block a user