gwift_old/.gitlab-ci.yml

12 lines
229 B
YAML
Raw Permalink Normal View History

2016-09-30 13:38:07 +02:00
before_script:
- pip install -r requirements/dev.txt
test:python-3.4:
stage: test
image: python:3.4-slim
script:
- flake8 src/
- coverage run src/manage.py test wish
- coverage report -m