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