diff .travis.yml @ 7200:c878d24ea034

disable gpg for 2.7 https://issues.roundup-tracker.org/issue2551267 no-github-ci
author John Rouillard <rouilj@ieee.org>
date Mon, 27 Feb 2023 12:17:11 -0500
parents a94e223f1e3e
children 426a40726f65
line wrap: on
line diff
--- a/.travis.yml	Mon Feb 27 11:46:28 2023 -0500
+++ b/.travis.yml	Mon Feb 27 12:17:11 2023 -0500
@@ -122,9 +122,11 @@
 install:
   - if [[ $TRAVIS_PYTHON_VERSION == "3.4"* ]]; then  pip install mysqlclient==1.3.14; fi
   - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mysqlclient; fi
+  # https://issues.roundup-tracker.org/issue2551267
+  - if [[ $TRAVIS_PYTHON_VERSION == "3."* ]]; then pip install gpg; fi
   - pip install psycopg2
   - pip install redis
-  - pip install gpg pytz whoosh pyjwt requests
+  - pip install pytz whoosh pyjwt requests
   - pip install jinja2
   - pip install pytest-cov codecov
   - pip install beautifulsoup4

Roundup Issue Tracker: http://roundup-tracker.org/