Create a gitlab CI pipeline

This commit is contained in:
Luke Else 2024-01-13 14:20:13 +00:00
parent f5a8cdcfa2
commit dadba6c706

6
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,6 @@
pytest:
stage: test
script:
- python -m venv .venv
- source ./.venv/scripts/activate
- pytest