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