Added support for tox testing

This commit is contained in:
2020-01-14 14:40:04 +01:00
parent 8ab2f818e4
commit 9534c4a038
5 changed files with 49 additions and 12 deletions

27
.pylintrc Normal file
View File

@@ -0,0 +1,27 @@
[MASTER]
persistent=no
load-plugins=pylint_django
[MESSAGES CONTROL]
disable=missing-docstring,
missing-module-docstring,
missing-class-docstring,
missing-function-docstring,
useless-object-inheritance,
[BASIC]
good-names=_,
c,
d,
e,
i,
j,
k,
[FORMAT]
max-line-length=120