Tests automatiques sur Gitlab
This commit is contained in:
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@ -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
|
Reference in New Issue
Block a user