Game name is Squirrel Battle
This commit is contained in:
parent
a7afc0c577
commit
a8ea328460
4
tox.ini
4
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
|
||||
|
|
Loading…
Reference in New Issue