Skip to content

Commit cc3d5fd

Browse files
committed
see if setuptools is at version > 66 when gpgme would be compiled.
1 parent c0c1b48 commit cc3d5fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ before_install:
109109
# gpgme
110110
#- GPGME_VERSION=1.18.0
111111
#- cd /tmp
112+
- pip install "setuptools<66"
112113
#- curl -s -O https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-$GPGME_VERSION.tar.bz2
113114
#- tar -jxf gpgme-$GPGME_VERSION.tar.bz2
114115
#- cd gpgme-$GPGME_VERSION

0 commit comments

Comments
 (0)