update gitlab-ci to python-3.5

This commit is contained in:
Fred Pauchet 2017-02-10 21:20:09 +01:00
parent 105c4f96d0
commit cfa1e31311
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
before_script:
- pip install -r requirements/dev.txt
- pip install -r requirements/test.txt
test:python-3.4:
test:python-3.5:
stage: test
image: python:3.4-slim
image: python:3.5-slim
script:
- flake8 src/
- coverage run src/manage.py test sherlock
- flake8 heima/
- coverage run manage.py test
- coverage report -m