Skip to content

Commit 518d8da

Browse files
committed
disable gpg for 2.7 https://issues.roundup-tracker.org/issue2551267 no-github-ci
1 parent cc3d5fd commit 518d8da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,11 @@ before_install:
122122
install:
123123
- if [[ $TRAVIS_PYTHON_VERSION == "3.4"* ]]; then pip install mysqlclient==1.3.14; fi
124124
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mysqlclient; fi
125+
# https://issues.roundup-tracker.org/issue2551267
126+
- if [[ $TRAVIS_PYTHON_VERSION == "3."* ]]; then pip install gpg; fi
125127
- pip install psycopg2
126128
- pip install redis
127-
- pip install gpg pytz whoosh pyjwt requests
129+
- pip install pytz whoosh pyjwt requests
128130
- pip install jinja2
129131
- pip install pytest-cov codecov
130132
- pip install beautifulsoup4

0 commit comments

Comments
 (0)