Skip to content

Commit afc5937

Browse files
committed
Comment out pyp3.
It's crashing when loading symtable. See: https://issues.roundup-tracker.org/issue2551174 Need pypy to fix their bug before it can go forward. Also update libraries to newest releases: LIBGPG_ERROR 1.32 -> 1.43 LIBASSUAN 2.5.2 -> 2.5.5 GPGME 1.11.1 -> 1.16.0
1 parent 05dc33e commit afc5937

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ branches:
1919
dist:
2020
- bionic
2121

22+
# - pypy3
2223
python:
2324
- 2.7
2425
- 3.9
2526
- 3.8
2627
- 3.6
27-
- pypy3
2828
- nightly
2929

3030
services:
@@ -67,7 +67,7 @@ before_install:
6767
- PATH=$VIRTUAL_ENV/bin:$PATH
6868

6969
# libgpg-error
70-
- LIBGPG_ERROR_VERSION=1.32
70+
- LIBGPG_ERROR_VERSION=1.43
7171
- cd /tmp
7272
- curl -s -O https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-$LIBGPG_ERROR_VERSION.tar.bz2
7373
- tar -jxvf libgpg-error-$LIBGPG_ERROR_VERSION.tar.bz2
@@ -76,7 +76,7 @@ before_install:
7676
- make && make install
7777

7878
# libassuan
79-
- LIBASSUAN_VERSION=2.5.1
79+
- LIBASSUAN_VERSION=2.5.5
8080
- cd /tmp
8181
- curl -s -O https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-$LIBASSUAN_VERSION.tar.bz2
8282
- tar -jxvf libassuan-$LIBASSUAN_VERSION.tar.bz2
@@ -85,7 +85,7 @@ before_install:
8585
- make && make install
8686

8787
# gpgme
88-
- GPGME_VERSION=1.11.1
88+
- GPGME_VERSION=1.16.0
8989
- cd /tmp
9090
- curl -s -O https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-$GPGME_VERSION.tar.bz2
9191
- tar -jxf gpgme-$GPGME_VERSION.tar.bz2

0 commit comments

Comments
 (0)