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

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

[flake8]
exclude = suite_project,single_project,.tox,.git