From 849194414d33d88c39aa324f88573f6df23e758f Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Wed, 22 Mar 2023 15:41:56 +0100 Subject: [PATCH] Fix tox Signed-off-by: Emmy D'Anello --- draw/models.py | 2 -- tox.ini | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 draw/models.py 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 =