blob: df7b9cad3ecf7f7ab25d8182b6e8a06cec7446e8 [file] [log] [blame]
[tox]
envlist = py{27,py,34,35,36}-{test,stylecheck}
[testenv]
deps =
test: pytest
stylecheck: flake8
stylecheck: flake8-import-order
commands =
test: py.test []
stylecheck: flake8 []