1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00
acronomy/.gitlab-ci.yml
2021-01-25 21:40:30 +01:00

17 lines
250 B
YAML

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