Browse Source

Stop installing gpg.

Jelmer Vernooij 6 years ago
parent
commit
fd8dacdec6
1 changed files with 1 additions and 6 deletions
  1. 1 6
      .travis.yml

+ 1 - 6
.travis.yml

@@ -1,11 +1,6 @@
 language: python
 sudo: false
 cache: pip
-addons:
-  apt:
-    update: true
-    packages:
-    - libgpgme-dev
 
 
 python:
@@ -35,7 +30,7 @@ matrix:
     #  sudo: true
 
 install:
-  - travis_retry pip install -U pip coverage codecov flake8 gpg $TEST_REQUIRE
+  - travis_retry pip install -U pip coverage codecov flake8 $TEST_REQUIRE
 
 script:
   # Test without c extensions