image: debian:stretch before_script: - apt-get update -y - apt-get install -y -qq python-dev python-pip # Deps for running tests - apt-get install -y -qq cmdtest curl git # Deps for lorry-controller - apt-get install -y -qq python-bottle python-flup python-requests - pip install yoyo-migrations run-check: script: - env - sh check