Force tests before building
This commit is contained in:
parent
aba96d015a
commit
c2559c04c1
3
Makefile
3
Makefile
@ -11,7 +11,7 @@ test: env
|
|||||||
tox
|
tox
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: env
|
build: test
|
||||||
./env/bin/python setup.py sdist
|
./env/bin/python setup.py sdist
|
||||||
./env/bin/python setup.py bdist_wheel
|
./env/bin/python setup.py bdist_wheel
|
||||||
|
|
||||||
@ -27,5 +27,6 @@ upload-test: env
|
|||||||
clean:
|
clean:
|
||||||
rm -fr ./build ./dist ./minitor.egg-info
|
rm -fr ./build ./dist ./minitor.egg-info
|
||||||
|
|
||||||
|
.PHONY: install-hooks
|
||||||
install-hooks:
|
install-hooks:
|
||||||
tox -e pre-commit -- install -f --install-hooks
|
tox -e pre-commit -- install -f --install-hooks
|
||||||
|
Loading…
Reference in New Issue
Block a user