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 = "*" pipenv = "*"
wheel = "*" wheel = "*"
twine = "*" twine = "*"
pandoc ="*" pandoc = "*"
pylint-django ="*" pylint-django = "*"
[packages] [packages]
django = "*" django = "*"

View File

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