Sith/.gitlab-ci.yml
2016-04-20 03:05:23 +02:00

6 lines
105 B
YAML

test:
script:
- pip install -r requirements.txt
- python manage.py setup
- python manage.py test