openbackloggery/.gitlab-ci.yml

11 lines
202 B
YAML
Raw Normal View History

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 python-pip
- pip install -r requirements.txt
- python manage.py test