update readme

This commit is contained in:
Waylon Walker 2023-05-15 20:15:20 -05:00
parent cd4e80c9a8
commit 9c76d0f159
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
2 changed files with 40 additions and 14 deletions

View file

@ -58,19 +58,7 @@ dependencies = [
"black",
]
[tool.hatch.envs.default.scripts]
test = "coverage run -m pytest"
cov = "coverage-rich"
lint = "ruff marvin_sw_text_adventure"
format = "black marvin_sw_text_adventure"
format-check = "black --check marvin_sw_text_adventure"
build-docs = "markata build"
lint-test = [
"lint",
"format-check",
"test",
"cov",
]
test-lint = "lint-test"
game = 'marvin-sw-text-adventure game run'
[[tool.hatch.envs.test.matrix]]
python = ["37", "38", "39", "310", "311"]