gpg is gnupg in apt
This commit is contained in:
parent
bfb20ea863
commit
46b3fd01e5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue