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