aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 4aa566da45ec6cbca705bcbc7823c536d771ae73 (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}