1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00

add Gitlab CI

This commit is contained in:
Lukas Winkler 2021-01-25 21:40:30 +01:00
parent df4d87f872
commit 1f8e53eaa8
Signed by: lukas
GPG key ID: 54DE4D798D244853

17
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,17 @@
image: python:3.7
cache:
paths:
- ~/.cache/pip/
- ~/.cache/poetry/
before_script:
- python -V # Print out python version for debugging
- pip install poetry
- poetry install
test:
script:
- poetry run python manage.py test