Skip to content

Commit

Permalink
Added run watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendrikse committed Oct 11, 2023
1 parent 9e2be94 commit 1d38602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
poetry run ptw --runner="poetry run mamba --format=documentation --enable-coverage tree_spec.py"
poetry run mamba --format=documentation *_spec.py --enable-coverage && poetry run coverage html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
poetry run ptw --runner="poetry run mamba --format=documentation --enable-coverage tree_spec.py"

0 comments on commit 1d38602

Please sign in to comment.