From 5f0e2982e27c55a0748622a8c93f0da3a43afc75 Mon Sep 17 00:00:00 2001 From: Sivert Hatteberg <sivert.hatteberg@usit.uio.no> Date: Thu, 30 Sep 2021 12:13:44 +0200 Subject: [PATCH] Add testing and linting of the gregui pkg Issue: GREG-36 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ac218e9..95031ef5 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ pip = python -m $(PIP) poetry = python -m $(POETRY) venv = . $(VENV)/bin/activate && -PACKAGES = greg/ gregsite/ +PACKAGES = greg/ gregsite/ gregui/ all: test -- GitLab