language: python python: - 2.7 script: make test notifications: email: false install: - pip install -r requirements.txt - export DEBUG=True