BUILD: since using venv, default make target is "make install"

Release_2.1 2.1.3
heck 2 years ago
parent 4795d25492
commit 8623adce03

@ -1,7 +1,7 @@
include Makefile.conf
.PHONY: all compile compile-inplace dist dist-egg dist-whl install install-user venv envtest install-test test develop docs clean clean-all clean-docs
all: dist
all: install
# Build
# =====
@ -57,8 +57,6 @@ envtest:
install-test: compile
pip3 install .[test]
# TODO: maybe use setup.py test?
# --forked, because every test needs a separate process, see PYADPT-100
test:
pytest

Loading…
Cancel
Save