sudo: required notifications: email: false language: python cache: pip python: - "2.7" env: - MODE=mitogen - MODE=debops install: - pip install -r dev_requirements.txt script: - ${TRAVIS_BUILD_DIR}/.travis/${MODE}_tests.sh services: - docker