sudo: required language: python services: - docker install: - pip install -r ci/requirements.txt script: - ./run-tests.sh - ci/ci.sh