summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 6 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 24115f5..d1f390d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,9 +23,6 @@ deps = flake8
commands =
flake8 --max-complexity 10 jsonschema
-[flake8]
-ignore = E203,E302,E303,E701,F811
-
[testenv:py26]
deps =
{[testenv:notpy33]deps}
@@ -57,3 +54,9 @@ deps =
pytest
sphinx
webcolors
+
+[flake8]
+ignore = E203,E302,E303,E701,F811
+
+[pytest]
+addopts = -r s