Correction des tests automatiques sous Gitlab
This commit is contained in:
parent
aa01a0d8db
commit
619cd8d326
@ -1,3 +1,5 @@
|
|||||||
|
image: python:3.6-stretch
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
@ -5,6 +7,6 @@ test-openbackloggery:
|
|||||||
type: test
|
type: test
|
||||||
script:
|
script:
|
||||||
- apt-get update -qy
|
- apt-get update -qy
|
||||||
- apt-get install -y python3-dev python-pip
|
- apt-get install -y python3-dev python3-pip
|
||||||
- pip install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
- python manage.py test
|
- cd collection && python3 manage.py test
|
||||||
|
Loading…
Reference in New Issue
Block a user