Skip to content
Snippets Groups Projects
Commit 5f0e2982 authored by Sivert Kronen Hatteberg's avatar Sivert Kronen Hatteberg
Browse files

Add testing and linting of the gregui pkg

Issue: GREG-36
parent c1a512a0
No related branches found
No related tags found
1 merge request!75Greg 36 feide
Pipeline #94949 failed
...@@ -15,7 +15,7 @@ pip = python -m $(PIP) ...@@ -15,7 +15,7 @@ pip = python -m $(PIP)
poetry = python -m $(POETRY) poetry = python -m $(POETRY)
venv = . $(VENV)/bin/activate && venv = . $(VENV)/bin/activate &&
PACKAGES = greg/ gregsite/ PACKAGES = greg/ gregsite/ gregui/
all: test all: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment