Add missing docs import
[vfc/nfvo/lcm.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 8bb8cad..51b5b81 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ downloadcache = ~/cache/pip
 
 [flake8]
 ignore = E501,E722
-exclude = ./venv-tox,./.tox,./venv
+exclude = ./venv-tox,./.tox,./venv,./docs
 max-complexity = 27
 
 [testenv]