apt install gpg before running the ci tests

This commit is contained in:
louiz’ 2018-06-10 21:40:56 +02:00
parent d146ce9fb6
commit cdfb5d56fc

View file

@ -4,5 +4,5 @@ test:
image: ubuntu:latest
script:
- apt update
- apt install -y python3 cython3
- apt install -y python3 cython3 gpg
- ./run_tests.py