Browse Source

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

PYADPT-116 2.1.3
heck 4 years ago
parent
commit
8623adce03
  1. 4
      Makefile

4
Makefile

@ -1,7 +1,7 @@
include Makefile.conf 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 .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 # Build
# ===== # =====
@ -57,8 +57,6 @@ envtest:
install-test: compile install-test: compile
pip3 install .[test] pip3 install .[test]
# TODO: maybe use setup.py test?
# --forked, because every test needs a separate process, see PYADPT-100
test: test:
pytest pytest

Loading…
Cancel
Save