heima/.gitlab-ci.yml

7 lines
157 B
YAML
Raw Normal View History

before_script:
- pip install -r requirements/base.txt
test:python-3.4:
stage: test
image: python:3.4-slim
2016-08-05 12:01:55 +02:00
script: python src/manage.py test sherlock