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