From 4b686c4d7fd0d645fbd8f219794d4b2e6edd48a5 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Mon, 26 Oct 2015 20:15:52 +0100 Subject: Exclude docs from code checks. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ . -- cgit v1.2.1