From d6493c0e8f0f3c610df90e825a6cb364baf6e5a7 Mon Sep 17 00:00:00 2001 From: Johannes Schumann <johannes.schumann@fau.de> Date: Sat, 4 Dec 2021 19:00:21 +0100 Subject: [PATCH] Add extras to install-dev --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d537c66..b0117ee 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ install: install-dev: pip install -e ".[dev]" + pip install -e ".[extras]" test: python -m pytest --junitxml=./reports/junit.xml -o junit_suite_name=$(PKGNAME) $(PKGNAME) -- GitLab