added pgp to travis
This commit is contained in:
parent
226bb1b3e2
commit
35024e3ab5
@ -3,5 +3,6 @@ python:
|
|||||||
- "3.6.4"
|
- "3.6.4"
|
||||||
# install dependencies
|
# install dependencies
|
||||||
install:
|
install:
|
||||||
|
- apt install gpg
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
script: ./test.sh
|
script: ./test.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user