summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2016-04-03 10:20:14 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2016-04-03 10:20:14 +0200
commitee5799fbb60e9739e42922861cd9f24990fc52dd (patch)
tree6feb37f3a6435ad9617ca36aa99428201f80b79c /tox.ini
parent03594bb7df4f01b9c98610f24e3988101a0b4aca (diff)
downloadsqlparse-ee5799fbb60e9739e42922861cd9f24990fc52dd.tar.gz
Code cleanup.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2c54324..41f8240 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,4 +12,7 @@ commands=
[testenv:flake8]
basepython=python3.5
deps=flake8
-commands=flake8 --exclude=docs/ .
+commands=flake8 sqlparse
+
+[flake8]
+ignore = W503