Fix pep8 violations in testmodule.py
[integration/test.git] / test / tox.ini
1 [tox]
2 envlist = pep8
3 #skipsdist = true  # Command only available in tox 1.6.0
4
5 [testenv:pep8]
6 deps = flake8
7 commands = flake8
8
9 [flake8]
10 max-line-length = 120
11