Skip to content

Commit

Permalink
Install coverage with TOML support
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron authored and Stéphane Caron committed Sep 29, 2023
1 parent d2b289e commit 1a31607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.mpack
.coverage
.tox
__pycache__
build
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ commands =

[testenv:coverage]
deps =
coverage >=5.5
coverage[toml] >=5.5
numpy >=1.15.4
commands =
coverage erase
Expand Down

0 comments on commit 1a31607

Please sign in to comment.