mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-04-15 19:32:14 +00:00
Make continuous integration integrate well
This commit is contained in:
parent
b76d4d69e0
commit
0dfbf16755
20
.coveragerc
20
.coveragerc
@ -1,14 +1,12 @@
|
||||
[run]
|
||||
source =
|
||||
activity
|
||||
member
|
||||
note
|
||||
theme
|
||||
app/activity
|
||||
app/member
|
||||
app/note
|
||||
omit =
|
||||
activity/tests/*.py
|
||||
activity/migrations/*.py
|
||||
member/tests/*.py
|
||||
member/migrations/*.py
|
||||
note/tests/*.py
|
||||
note/migrations/*.py
|
||||
theme/tests/*.py
|
||||
app/activity/tests/*.py
|
||||
app/activity/migrations/*.py
|
||||
app/member/tests/*.py
|
||||
app/member/migrations/*.py
|
||||
app/note/tests/*.py
|
||||
app/note/migrations/*.py
|
2
tox.ini
2
tox.ini
@ -28,7 +28,7 @@ deps =
|
||||
pyflakes
|
||||
pylint
|
||||
commands =
|
||||
flake8 activity member note
|
||||
flake8 app/activity app/member app/note
|
||||
pylint .
|
||||
|
||||
[flake8]
|
||||
|
Loading…
x
Reference in New Issue
Block a user