summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 483427d..2c54324 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,4 +12,4 @@ commands=
[testenv:flake8]
basepython=python3.5
deps=flake8
-commands=flake8 .
+commands=flake8 --exclude=docs/ .