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

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