Verified Commit 95a03e75 authored by Baptiste Beauplat's avatar Baptiste Beauplat
Browse files

Exclude online nntp tests from tox conf

parent 1995c85b
......@@ -18,9 +18,9 @@ setenv =
commands =
coverage erase
coverage run manage.py test -v 2
coverage report --include='debexpo*'
coverage html --include='debexpo*'
coverage run manage.py test -v 2 --exclude-tag nntp
coverage report --include='debexpo*' --omit '*/nntp.py'
coverage html --include='debexpo*' --omit '*/nntp.py'
[testenv:flake8]
deps = flake8
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment