1[tox] 2envlist = py26,py27,py32,py33,py34,py35,py36,py37,py38,pypy 3 4[testenv] 5deps = -rrequires/ci 6commands = {envpython} run.py ci 7 8[pep8] 9max-line-length = 120 10 11[flake8] 12max-line-length = 120 13jobs = 1 14