dac05bf5e7aaf826b461e713a2e090c3cb46b833
[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.7.0
10 commands = flake8
11
12 [flake8]
13 show-source = True
14 max-line-length = 120