the other pip invocation

This commit is contained in:
Eric Soroos 2020-12-31 16:38:57 +01:00
parent 4ba769f99e
commit 35c396c1e6

View File

@ -108,5 +108,5 @@ readme:
.PHONY: lint
lint:
tox --help > /dev/null || pip install tox
tox --help > /dev/null || python3 -m pip install tox
tox -e lint