blob: 5ef20e9eb6be3241aa88decd2e36ada5c07e101f [file] [log] [blame]
[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