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

[testenv]
deps = -rrequires/ci
commands = {envpython} run.py ci

[pep8]
max-line-length = 120

[flake8]
max-line-length = 120
jobs = 1