Add .gitlab-ci.yml

This commit is contained in:
Ryuuji
2020-06-03 10:44:29 +00:00
parent fcefb0950d
commit a37afb6b46

16
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,16 @@
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