language: python python: - "3.6.4" # install dependencies install: - apt install gpg - pip install -r requirements.txt script: ./test.sh