Browse Source

Add libgpgme-dev.

Jelmer Vernooij 6 years ago
parent
commit
75be96f1ed
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -1,6 +1,11 @@
 language: python
 sudo: false
 cache: pip
+addons:
+  apt:
+    packages:
+    - libgpgme-dev
+
 
 python:
   - 2.7