summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 6e6d58934f70e338381ede0ad5adc413c1f707e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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 []