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