f33ab75db28717f7c6555f4bc1bd7d6c63445ccb
[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