diff --git a/draw/models.py b/draw/models.py deleted file mode 100644 index c1c661c..0000000 --- a/draw/models.py +++ /dev/null @@ -1,2 +0,0 @@ -# Copyright (C) 2023 by Animath -# SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tox.ini b/tox.ini index 28699c9..905be4c 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = requests~=2.28.1 whoosh~=2.7 commands = - coverage run --source=apps,tfjm ./manage.py test apps/ tfjm/ + coverage run --source=api,draw,logs,participation,registration,tfjm ./manage.py test api/ draw/ logs/ participation/ registration/ tfjm/ coverage report -m [testenv:linters] @@ -41,7 +41,7 @@ deps = pep8-naming pyflakes commands = - flake8 api/ logs/ participation/ registration/ tfjm/ + flake8 api/ draw/ logs/ participation/ registration/ tfjm/ [flake8] exclude =