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 1698d88 commit c938df5Copy full SHA for c938df5
.travis.yml
@@ -37,7 +37,8 @@ before_install:
37
- cd $TRAVIS_BUILD_DIR
38
39
install:
40
- - pip install gpg psycopg2 pytz whoosh
+ - pip install psycopg2 pytz whoosh
41
+ # gpg currently disabled
42
- if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then pip install MySQL-python; fi
43
- pip install pytest-cov codecov
44
0 commit comments