Pin pep8 to version 1.5.7
[integration/test.git] / tox.ini
1 [tox]
2 minversion=1.6.0
3 envlist = pep8
4 skipsdist = true
5
6 [testenv:pep8]
7 deps =
8     flake8
9     pep8==1.5.7
10 commands = flake8
11
12 [flake8]
13 show-source = True
14 max-line-length = 120
15