Add vfc-svnfm-driver tox pep8 check
[vfc/nfvo/driver/vnfm/svnfm.git] / zte / vmanager / tox.ini
1 [tox]
2 envlist = py27,pep8
3 skipsdist = true
4  
5 [testenv]
6 deps = -r{toxinidir}/requirements.txt
7 commands = coverage run --branch manage.py test
8
9 [flake8]
10 ignore =  E501,W291,E121,F401,W391,E302,E265,E231,F841,E127,E128,E122,E126,E303
11
12 [testenv:pep8]
13 deps = flake8
14 commands = flake8
15
16 [testenv:py27]
17 commands =
18   {[testenv]commands}