Update the version of ruamel.yaml to 0.17.1
[vfc/gvnfm/vnflcm.git] / lcm / tox.ini
index 6f61451..2953472 100644 (file)
@@ -7,7 +7,7 @@ downloadcache = ~/cache/pip
 
 [flake8]
 ignore = E501,E722,W504
-exclude = ./venv-tox,./.tox
+exclude = ./venv-tox,./.tox,./venv
 max-complexity = 27
 
 [testenv]