mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
Merge branch 'master' into performance
This commit is contained in:
6
Makefile
6
Makefile
@@ -16,11 +16,9 @@ endif
|
||||
.PHONY: all
|
||||
all: lint mypy test test-release
|
||||
|
||||
$(VENV): requirements.txt requirements-dev.txt pyproject.toml
|
||||
$(VENV): pyproject.toml
|
||||
$(PY) -m venv $(VENV)
|
||||
$(BIN)/pip install --upgrade -r requirements.txt
|
||||
$(BIN)/pip install --upgrade -r requirements-dev.txt
|
||||
$(BIN)/pip install -e .['dev']
|
||||
$(BIN)/pip install --upgrade -e .['dev']
|
||||
touch $(VENV)
|
||||
|
||||
.PHONY: test
|
||||
|
||||
Reference in New Issue
Block a user