Fix a copy-paste mistake from #65

toxinidir won't mean anything in a Makefile
This commit is contained in:
Jason Carver
2022-09-22 13:47:14 -07:00
parent 94eacb9c30
commit 4bd024028b

View File

@ -32,7 +32,7 @@ lint:
lint-roll:
isort <MODULE_NAME> tests
black {toxinidir}/<MODULE_NAME> {toxinidir}/tests setup.py
black <MODULE_NAME> tests setup.py
$(MAKE) lint
test: