blob: 087b8029a8faccccfc4cd872d258abb1fe2a9cde [file] [log] [blame]
[tox]
envlist = py26,py27,py32,py33,py34,py35,py36,py37,py38,py39,py310,py311,py312,pypy
[testenv]
deps = -rrequires/ci
commands = {envpython} run.py ci
[pep8]
max-line-length = 120
[flake8]
max-line-length = 120
jobs = 1