Game name is Squirrel Battle

This commit is contained in:
Yohann D'ANELLO 2020-11-19 02:41:42 +01:00
parent a7afc0c577
commit a8ea328460
1 changed files with 2 additions and 2 deletions

View File

@ -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