before_script: - pip install -r requirements/base.txt test:python-3.4: stage: test image: python:3.4-slim script: python src/manage.py test *