We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3d5fd commit 518d8daCopy full SHA for 518d8da
.travis.yml
@@ -122,9 +122,11 @@ before_install:
122
install:
123
- if [[ $TRAVIS_PYTHON_VERSION == "3.4"* ]]; then pip install mysqlclient==1.3.14; fi
124
- 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
127
- pip install psycopg2
128
- pip install redis
- - pip install gpg pytz whoosh pyjwt requests
129
+ - pip install pytz whoosh pyjwt requests
130
- pip install jinja2
131
- pip install pytest-cov codecov
132
- pip install beautifulsoup4
0 commit comments