aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 7636634bf4d0c6bc301928f30c7ac3fae196eb11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py27,flake8

[testenv]
deps = pytest
commands = py.test {posargs}

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