dist: trusty sudo: required language: python python: - 3 install: pip install -r requirements.txt script: python manage.py test