blob: c376d0b11f07dc6ac67edbaf23ef5e2d1d04d412 [file] [log] [blame]
version: '{branch}-{build}'
build: off
cache:
- 'C:\\tmp'
environment:
matrix:
- PYTHON: "C:\\Python35"
TOXENV: "py35"
- PYTHON: "C:\\Python36"
TOXENV: "py36"
- PYTHON: "C:\\Python37"
TOXENV: "py37"
init:
- ps: echo $env:TOXENV
- ps: ls C:\Python*
- ps: mkdir C:\tmp
install:
- 'SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%'
- 'python -m pip install -U setuptools pip tox wheel virtualenv'
- 'python -m pip --version'
- 'python -m tox --version'
test_script:
- 'python -m tox'
on_failure:
- ps: dir "env:"
- ps: get-content .tox\*\log\*