blob: 003d2e58c5ad8ee0c563f4e6002d2002f141ee77 [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,py26,py27,py33,py34,py35,py36