From a8ea328460f0acffc0361e8f6c5b95e5c93ca827 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 19 Nov 2020 02:41:42 +0100 Subject: [PATCH] Game name is Squirrel Battle --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 1e43e33..181f5f7 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ deps = pytest pytest-cov commands = - pytest --cov=dungeonbattle/ --cov-report=term-missing dungeonbattle/ + pytest --cov=squirrelbattle/ --cov-report=term-missing squirrelbattle/ [testenv:linters] deps = @@ -23,7 +23,7 @@ deps = pep8-naming pyflakes commands = - flake8 main.py dungeonbattle + flake8 main.py squirrelbattle [flake8] ignore = W503 ANN002 ANN003 ANN101 ANN102 ANN204 ANN205