blob: ef15f9ac860951e4fe92b611aa2115531e4f0cae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[tox]
envlist = py27,py35,flake8
[testenv]
deps = pytest
commands = py.test {posargs}
[testenv:flake8]
deps = flake8
commands = flake8 {posargs} bin/ dotfiles/ tests/
|