Sith/.gitlab-ci.yml
2016-11-08 19:27:04 +01:00

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