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

[testenv:flake8]
deps = flake8
commands = flake8 {posargs} dotfiles/ tests/