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
pytest-cov pytest-cov
commands = commands =
pytest --cov=dungeonbattle/ --cov-report=term-missing dungeonbattle/ pytest --cov=squirrelbattle/ --cov-report=term-missing squirrelbattle/
[testenv:linters] [testenv:linters]
deps = deps =
@ -23,7 +23,7 @@ deps =
pep8-naming pep8-naming
pyflakes pyflakes
commands = commands =
flake8 main.py dungeonbattle flake8 main.py squirrelbattle
[flake8] [flake8]
ignore = W503 ANN002 ANN003 ANN101 ANN102 ANN204 ANN205 ignore = W503 ANN002 ANN003 ANN101 ANN102 ANN204 ANN205