Skip to content

Commit

Permalink
Add pytest as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-lee-ons committed Apr 8, 2020
1 parent 8467b98 commit 29c1e1e
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 1 deletion.
185 changes: 184 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Rtree = "^0.9.4"
tabulate = "^0.8.7"

[tool.poetry.dev-dependencies]
pytest = "^5.4.1"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 29c1e1e

Please sign in to comment.