Refactor Model class
[netvirt.git] / resources / tools / odltools / tox.ini
1 [tox]
2 envlist = py27
3
4 [testenv]
5 deps = discover
6 commands = python -m unittest discover -v
7
8 [testenv:flake8]
9 deps = flake8
10 basepython = python2.7
11 commands = flake8 .