Merge "BUG-5602: OFP-Li implements a YANG notification which notifies its application...
[openflowplugin.git] / test-scripts / tox.ini
1 [tox]
2 envlist = pep8
3 skipsdist = true
4
5 [testenv:pep8]
6 deps = flake8
7 commands = flake8
8
9 [flake8]
10 max-line-length = 120
11
12