Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
95a03e75
Verified
Commit
95a03e75
authored
Sep 26, 2021
by
Baptiste Beauplat
Browse files
Exclude online nntp tests from tox conf
parent
1995c85b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
95a03e75
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment