openbackloggery/.gitlab-ci.yml

13 lines
249 B
YAML
Raw Normal View History

image: python:3.6-stretch
2017-09-17 08:47:36 +00:00
stages:
- test
test-openbackloggery:
type: test
script:
- apt-get update -qy
- apt-get install -y python3-dev python3-pip
- pip3 install -r requirements.txt
- cd collection && python3 manage.py test