minor settings

This commit is contained in:
Marcus Scholz 2020-09-17 17:06:44 +02:00
parent 943d647a47
commit 858cfe1d3c
2 changed files with 5 additions and 2 deletions

View File

@ -10,8 +10,8 @@ autopep8 = "*"
pipenv = "*"
wheel = "*"
twine = "*"
pandoc ="*"
pylint-django ="*"
pandoc = "*"
pylint-django = "*"
[packages]
django = "*"

View File

@ -1,2 +1,5 @@
[coverage:run]
source = .
[coverage:report]
show_missing = True