forked from github.com/blag
added missing venv-dependencies
This commit is contained in:
4
Makefile
4
Makefile
@@ -14,11 +14,11 @@ test: $(VENV)
|
|||||||
$(VENV)/bin/python3 -m pytest
|
$(VENV)/bin/python3 -m pytest
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
|
|
||||||
lint:
|
lint: $(VENV)
|
||||||
$(VENV)/bin/python3 -m flake8
|
$(VENV)/bin/python3 -m flake8
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
|
|
||||||
release:
|
release: $(VENV)
|
||||||
$(VENV)/bin/python3 setup.py sdist bdist_wheel
|
$(VENV)/bin/python3 setup.py sdist bdist_wheel
|
||||||
$(VENV)/bin/twine upload dist/*
|
$(VENV)/bin/twine upload dist/*
|
||||||
.PHONY: release
|
.PHONY: release
|
||||||
|
|||||||
Reference in New Issue
Block a user