mirror of
https://github.com/ae-utbm/sith.git
synced 2024-10-31 19:38:04 +00:00
8 lines
165 B
YAML
8 lines
165 B
YAML
test:
|
|
script:
|
|
- apt-get update
|
|
- apt-get install -y gettext
|
|
- pip install -r requirements.txt
|
|
- python manage.py compilemessages
|
|
- python manage.py test
|