Suite for TCPMD5 added, suite for PCEP expanded.
[integration/test.git] / test / tox.ini
1 [tox]
2 #minversion=1.6.0
3 envlist = pep8
4 #skipsdist = true  # Command only available in tox 1.6.0
5
6 [testenv:pep8]
7 deps = flake8
8 commands = flake8
9
10 [flake8]
11 show-source = True
12 max-line-length = 120
13