Skip to content

Commit

Permalink
Updated christmas tree
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendrikse committed Oct 11, 2023
1 parent fd3eb36 commit 9e2be94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 deletions kata-solutions/christmas-tree/christmas-tree-python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ""
authors = ["Zeger Hendrikse <zegerh@yahoo.co.uk>"]

[tool.poetry.dependencies]
python = ">=3.10.0,<3.12"
python = ">=3.10.0,<=3.12"
mamba = "^0.11.2"
expects = "^0.9.0"
coverage = "^7.3.2"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
poetry run mamba --format=documentation *_spec.py --enable-coverage && poetry run coverage html
poetry run ptw --runner="poetry run mamba --format=documentation --enable-coverage tree_spec.py"

0 comments on commit 9e2be94

Please sign in to comment.