gpg is gnupg in apt

This commit is contained in:
Kevin Froman 2018-01-15 15:16:52 -06:00
parent bfb20ea863
commit 46b3fd01e5
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ python:
- "3.6.4" - "3.6.4"
# install dependencies # install dependencies
install: install:
- sudo apt install gpg - sudo apt install gnupg
- pip install -r requirements.txt - pip install -r requirements.txt
script: ./test.sh script: ./test.sh