blob: 11c69a4551debe1d3b5779afef8ed690fdb52edc [file] [log] [blame]
init:
- "SET PATH=C:\\Python27\\Scripts;%PATH%"
- "ECHO PATH=%PATH%"
- python --version
build: off
install:
- pip install tox
test_script:
- tox -e isort-check,py27,py34,py35,py36,py37