run tests with pyopenssl

This commit is contained in:
Yann Leboulanger 2017-08-09 22:28:43 +02:00
parent fa993335a2
commit fc4bc7eabb
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
before_script:
- sudo apt-get update -qq && sudo apt-get install -y -qq libtool pkg-config $(apt-cache depends gajim-default-nightly | grep Depends | sed "s/.*ends:\ //" | tr '\n' ' ')
- sudo apt-get update -qq && sudo apt-get install -y -qq libtool pkg-config python3-openssl $(apt-cache depends gajim-default-nightly | grep Depends | sed "s/.*ends:\ //" | tr '\n' ' ')
- sudo apt-get build-dep -y -qq gajim-default-nightly
stages: