summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorOliver Bestwalter <oliver.bestwalter@avira.com>2016-06-20 17:18:50 +0200
committerOliver Bestwalter <oliver.bestwalter@avira.com>2016-06-20 17:18:50 +0200
commitfb2d5378415c639c0780114ca9b6f0ce7a65b548 (patch)
tree0f64219b25b5df6d4ea896e34404560939568a1b /tox.ini
parent7f920e5685bbcbba1eb7268bce54b8aaa4fe2739 (diff)
downloadtox-git-fb2d5378415c639c0780114ca9b6f0ce7a65b548.tar.gz
make flakes pass
--HG-- branch : issue336
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3dd30dc6..a2bbd966 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,7 @@ platform=linux
deps = pytest-flakes>=0.2
pytest-pep8
-commands =
+commands =
py.test --flakes -m flakes tox tests
py.test --pep8 -m pep8 tox tests
@@ -60,3 +60,4 @@ pep8maxlinelength = 99
# E731 - do not assign a lambda expression, use a def
pep8ignore =
*.py W503 E402 E731
+flakes-ignore = ImportStarUsage