image: debian:stretch before_script: - apt-get update -y - apt-get install -y -qq python3-dev python3-pip # Deps for running tests - apt-get install -y -qq cmdtest # Deps to run lorry tests - apt-get install -y -qq git bzr cvs mercurial subversion hg-fast-export git-svn git-cvs bzr-fastimport - pip3 install pyyaml - pip3 install https://gitlab.com/trovekube/cliapp/-/archive/cliapp-1.20180812.1/cliapp-cliapp-1.20180812.1.tar.gz # Configure git and bzr to run tests - git config --global user.email "jdoe@example.com" - git config --global user.name "Lorry Baserocker" - bzr whoami "Lorry Baserocker " run-check: script: - sh check