aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: ea550684fb81486ccf5cdae7924fa6613a4d2aba (plain) (blame)
1
2
3
4
5
6
7
8
[testenv]
deps = pytest
commands = py.test {posargs}

[testenv:flake8]
deps = flake8
commands = flake8 {posargs}
skip_install = True