change ci conf

This commit is contained in:
Fred Pauchet 2016-09-30 13:37:43 +02:00
parent cb505662da
commit a121b293ff
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
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