Update the Django version to 2.2.27
[vfc/nfvo/driver/vnfm/svnfm.git] / zte / vmanager / tox.ini
index 4d9d565..0086ffc 100644 (file)
@@ -8,7 +8,7 @@ commands = coverage run --branch manage.py test
 
 [flake8]
 ignore =  E501,E722
-exclude = ./venv-tox,./.tox
+exclude = ./venv-tox,./.tox,./venv
 max-complexity = 12
 
 [testenv:pep8]