2017-04-26 14:29:35 +00:00
|
|
|
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
|
|
|
|
|
2018-02-20 13:45:54 +00:00
|
|
|
cache:
|
|
|
|
- '%LOCALAPPDATA%\pip\Cache'
|
|
|
|
|
2017-04-26 14:29:35 +00:00
|
|
|
test_script:
|
2018-01-29 14:06:00 +00:00
|
|
|
- "python -m pip install tox tox-venv"
|
2017-04-26 14:29:35 +00:00
|
|
|
- "tox"
|
2017-06-04 18:02:51 +00:00
|
|
|
|
|
|
|
version: '{build}'
|