Skip to content
Snippets Groups Projects
Commit dc781ec2 authored by Gong, Mimi's avatar Gong, Mimi
Browse files

Update makefile

parent 03a08739
No related branches found
No related tags found
No related merge requests found
......@@ -22,13 +22,13 @@ init:
conda env create --prefix ./envs --file environment.yml
doc:
pdoc --force --html --output-dir ./docs Topological_ML
pdoc3 --force --html --output-dir ./docs $(MODULENAME)
lint:
pylint Topological_ML
pylint $(MODULENAME)
test:
pytest Topological_ML
pytest $(MODULENAME)
.PHONY: init doc lint test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment