Mercurial > p > roundup > code
diff .travis.yml @ 6540:7c73992d8713
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
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 01 Dec 2021 20:28:27 -0500 |
| parents | 28fa3798ca3d |
| children | 5ce92594cb27 |
line wrap: on
line diff
--- a/.travis.yml Wed Dec 01 19:52:54 2021 -0500 +++ b/.travis.yml Wed Dec 01 20:28:27 2021 -0500 @@ -19,12 +19,12 @@ dist: - bionic +# - pypy3 python: - 2.7 - 3.9 - 3.8 - 3.6 - - pypy3 - nightly services: @@ -67,7 +67,7 @@ - PATH=$VIRTUAL_ENV/bin:$PATH # libgpg-error - - LIBGPG_ERROR_VERSION=1.32 + - LIBGPG_ERROR_VERSION=1.43 - cd /tmp - curl -s -O https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-$LIBGPG_ERROR_VERSION.tar.bz2 - tar -jxvf libgpg-error-$LIBGPG_ERROR_VERSION.tar.bz2 @@ -76,7 +76,7 @@ - make && make install # libassuan - - LIBASSUAN_VERSION=2.5.1 + - LIBASSUAN_VERSION=2.5.5 - cd /tmp - curl -s -O https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-$LIBASSUAN_VERSION.tar.bz2 - tar -jxvf libassuan-$LIBASSUAN_VERSION.tar.bz2 @@ -85,7 +85,7 @@ - make && make install # gpgme - - GPGME_VERSION=1.11.1 + - GPGME_VERSION=1.16.0 - cd /tmp - curl -s -O https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-$GPGME_VERSION.tar.bz2 - tar -jxf gpgme-$GPGME_VERSION.tar.bz2
