2 changed files with 11 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
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 |
Loading…
Reference in new issue