blob: bc7aa9bfa789317ddf03649c426b5e6f4d0ff27a [file] [log] [blame]
environment:
matrix:
- PYTHON: "C:\\Python35"
TOXENV: "py35"
- PYTHON: "C:\\Python27"
TOXENV: "py27"
- PYTHON: "C:\\Python27-x64"
TOXENV: "py27"
- PYTHON: "C:\\Python35-x64"
TOXENV: "py35"
cache:
- '%LOCALAPPDATA%\pip\Cache'
version: '{branch}.{build}'
install:
- "%PYTHON%\\python.exe -m pip install tox"
build: off
test_script:
- "%PYTHON%\\Scripts\\tox.exe"