Files
musiclist-server/.gitlab-ci.yml
2020-06-03 10:44:29 +00:00

17 lines
203 B
YAML

image: python:latest
services:
- mysql:latest
- postgres:latest
cache:
paths:
- ~/.cache/pip/
before_script:
- pip install -r requirements.txt
test:
script:
- python manage.py test