Sith/.gitlab-ci.yml

6 lines
129 B
YAML
Raw Normal View History

2016-04-18 02:58:15 +00:00
test:
script:
- ln -s sith/settings_sample.py sith/settings.py
2016-04-18 02:58:15 +00:00
- pip install -r requirements.txt
- python manage.py test