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