blob: 16c8f5b8aad28a0deb557d69bc4cba7afe1f1bb7 [file] [log] [blame]
[tox]
minversion = 2.4
envlist =
isort-check,
lint,
py{27,34,35,36,37,py,py3}
[testenv]
deps =
pytest
pip==19.1.1
extras =
pipfile
pyproject
requirements
commands = py.test -vv -s test_isort.py {posargs}
[testenv:isort-check]
commands = python setup.py isort
[testenv:lint]
deps = flake8==3.5.0
commands = flake8
skip_install = True