language: python python: - 3.5 - 3.4 - 2.7 sudo: false install: - pip install -r requirements.txt script: - py.test notifications: email: on_success: change on_failure: always