Skip to content

Commit 86dba63

Browse files
committed
Make py.test less stupid.
1 parent a810028 commit 86dba63

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tox.ini

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ deps = flake8
2323
commands =
2424
flake8 --max-complexity 10 jsonschema
2525

26-
[flake8]
27-
ignore = E203,E302,E303,E701,F811
28-
2926
[testenv:py26]
3027
deps =
3128
{[testenv:notpy33]deps}
@@ -57,3 +54,9 @@ deps =
5754
pytest
5855
sphinx
5956
webcolors
57+
58+
[flake8]
59+
ignore = E203,E302,E303,E701,F811
60+
61+
[pytest]
62+
addopts = -r s

0 commit comments

Comments
 (0)