mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +00:00
Add CI file, testing
This commit is contained in:
parent
a5118ef457
commit
785e34b2d6
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
@ -0,0 +1,7 @@
|
||||
test:
|
||||
script:
|
||||
# this configures django application to use attached postgres database that is run on `postgres` host
|
||||
- apt-get update -qy
|
||||
- apt-get install -y python3-dev python3-pip
|
||||
- pip install -r requirements.txt
|
||||
- python manage.py test
|
Loading…
Reference in New Issue
Block a user