fixed usage of PY

This commit is contained in:
Bastian Venthur
2021-03-12 16:44:32 +01:00
parent 96e2eb76d4
commit 6a57641ec2

View File

@@ -1,4 +1,4 @@
PY3 = python3
PY = python3
VENV = venv
ifeq ($(OS), Windows_NT)
@@ -12,7 +12,7 @@ endif
all: lint test
$(VENV): requirements.txt requirements-dev.txt setup.py
python3 -m venv $(VENV)
$(PY) -m venv $(VENV)
$(BIN)/python3 -m pip install --upgrade -r requirements.txt
$(BIN)/python3 -m pip install --upgrade -r requirements-dev.txt
$(BIN)/python3 -m pip install -e .