Force tests before building

This commit is contained in:
IamTheFij 2018-04-09 17:26:32 -07:00
parent aba96d015a
commit c2559c04c1
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ test: env
tox
.PHONY: build
build: env
build: test
./env/bin/python setup.py sdist
./env/bin/python setup.py bdist_wheel
@ -27,5 +27,6 @@ upload-test: env
clean:
rm -fr ./build ./dist ./minitor.egg-info
.PHONY: install-hooks
install-hooks:
tox -e pre-commit -- install -f --install-hooks