Sith/.gitlab-ci.yml

8 lines
165 B
YAML
Raw Normal View History

2016-04-18 04:58:15 +02:00
test:
script:
2016-11-08 19:17:42 +01:00
- apt-get update
- apt-get install -y gettext
2016-04-18 04:58:15 +02:00
- pip install -r requirements.txt
2016-11-08 19:07:25 +01:00
- python manage.py compilemessages
2016-04-18 04:58:15 +02:00
- python manage.py test