blob: dbf71eed14ad5463840d372e802c99c893911c6e [file] [log] [blame]
wbondfdd90c62016-03-29 05:19:31 -04001[tox]
wbond70fc7372019-11-22 11:24:53 -05002envlist = py26,py27,py32,py33,py34,py35,py36,py37,py38,pypy
wbondfdd90c62016-03-29 05:19:31 -04003
4[testenv]
wbond98225312017-01-30 18:14:51 -05005deps = -rrequires/ci
wbondfdd90c62016-03-29 05:19:31 -04006commands = {envpython} run.py ci
7
8[pep8]
9max-line-length = 120
10
11[flake8]
12max-line-length = 120
wbondcf24c612016-07-26 08:00:01 -040013jobs = 1