language: python python: - "3.6" install: "pip install -r .travis.requirements" script: ./run_tests.sh notifications: email: recipients: - blacklight86@gmail.com on_success: change on_failure: change services: - redis-server git: submodules: false