aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: 82580312fa8940570fb45f30227f7ce97c243555 (plain)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py27,lint

[testenv:lint]
basepython = python2
deps =
    flake8>3.0
commands =
    flake8 {posargs}