Skip to content

Commit c938df5

Browse files
committed
temporarily disable gpg on CI test enironment
1 parent 1698d88 commit c938df5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ before_install:
3737
- cd $TRAVIS_BUILD_DIR
3838

3939
install:
40-
- pip install gpg psycopg2 pytz whoosh
40+
- pip install psycopg2 pytz whoosh
41+
# gpg currently disabled
4142
- if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then pip install MySQL-python; fi
4243
- pip install pytest-cov codecov
4344

0 commit comments

Comments
 (0)