blob: 943b35683f1d846ea25c9fd566a539ab412bf8d3 [file] [log] [blame]
[tox]
envlist =
isort-check,
py27, py34, py35, py36, pypy,
lint
[testenv]
deps = pytest
commands = py.test test_isort.py {posargs}
[testenv:isort-check]
commands = python setup.py isort
[testenv:lint]
basepython = python2.7
deps = flake8==3.3.0
commands = flake8