heima/.gitlab-ci.yml

7 lines
150 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 11:33:39 +02:00
script: python src/manage.py test *