The actual library should not require a venv or a setup or anything but it does make testing and whatnot easier.
3 lines
27 B
Makefile
3 lines
27 B
Makefile
.PHONY: test
|
|
test:
|
|
pytest
|