Mercurial > p > roundup > code
changeset 5495:e7ff655d0d71
temporarily disable gpg on CI test enironment
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Sun, 12 Aug 2018 16:44:41 +0100 |
| parents | b7fa56ced601 |
| children | 5dc0214d7572 |
| files | .travis.yml |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Sun Aug 12 16:17:14 2018 +0100 +++ b/.travis.yml Sun Aug 12 16:44:41 2018 +0100 @@ -37,7 +37,8 @@ - cd $TRAVIS_BUILD_DIR install: - - pip install gpg psycopg2 pytz whoosh + - pip install psycopg2 pytz whoosh + # gpg currently disabled - if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then pip install MySQL-python; fi - pip install pytest-cov codecov
