Skip to content

Commit

Permalink
Add a TODO to the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-cbarber committed May 5, 2024
1 parent 90d4977 commit ae38f35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ html-coverage: htmlcov/index.html
open-coverage: htmlcov/index.html
$(OPEN) $<

# TODO-
# add target for running tests on built wheel or conda package
# use tox?
# Needs test dependencies: pytest, build, hatchling

#
# Documentation targets
#
Expand Down

0 comments on commit ae38f35

Please sign in to comment.