image: python:3.4
test: script: - python setup.py install - python manage.py test
stage: test tags:
- python