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
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue