added pgp to travis

This commit is contained in:
Kevin Froman 2018-01-15 15:12:08 -06:00
parent 226bb1b3e2
commit 35024e3ab5
No known key found for this signature in database
GPG Key ID: 0D414D0FE405B63B
1 changed files with 1 additions and 0 deletions

View File

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