Commit 4df6b359 authored by Jason R. Coombs's avatar Jason R. Coombs

Adding simple appveyor config

parent 6547430b
environment:
matrix:
- PYTHON: "C:\\Python35-x64"
install:
- "mklink /s /d \"C:\\Program Files\\Python\" %PYTHON%"
- "SET PYTHON=\"C:\\Program Files\\Python\""
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
build: off
test_script:
- "%PYTHON%\\python setup.py test"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment