summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 2e2707b037b978852f82516d401712b54e20e50f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist =
    py26,py27,py32,py33,py34

[testenv]
deps =
commands =
    python setup.py test -q
    python setup.py flake8

[flake8]
select = E,F,W
max_line_length = 79