Sith/.gitlab-ci.yml

6 lines
105 B
YAML
Raw Normal View History

2016-04-18 02:58:15 +00:00
test:
script:
- pip install -r requirements.txt
2016-04-20 01:05:23 +00:00
- python manage.py setup
2016-04-18 02:58:15 +00:00
- python manage.py test