blob: 6e6d58934f70e338381ede0ad5adc413c1f707e7 [file] [edit]
[tox]
envlist = py{27,py,34,35,36,37,38}-{test,stylecheck}
[testenv]
deps =
test: pytest
stylecheck: flake8
stylecheck: flake8-import-order
commands =
test: py.test []
stylecheck: flake8 []