added pgp to travis
This commit is contained in:
parent
226bb1b3e2
commit
35024e3ab5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue