Update the version of ruamel.yaml to 0.17.1
[vfc/nfvo/driver/vnfm/gvnfm.git] / gvnfmadapter / tox.ini
index 1c9a309..c04289a 100644 (file)
@@ -8,7 +8,7 @@ commands = coverage run --branch manage.py test
 
 [flake8]
 ignore =  E501,E121,W191,E101,W293,E302,E231,E201,E202,F841,E225,E241,E126,E722,W504
-exclude = ./venv-tox,./.tox
+exclude = ./venv-tox,./.tox,./venv
 max-complexity = 12
 
 [testenv:pep8]