Mercurial > p > roundup > code
diff .travis.yml @ 5494:b7fa56ced601
use gpg module instead of pyme module for PGP encryption
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Sun, 12 Aug 2018 16:17:14 +0100 |
| parents | 17eea0eac04e |
| children | e7ff655d0d71 |
line wrap: on
line diff
--- a/.travis.yml Sun Aug 12 16:15:10 2018 +0100 +++ b/.travis.yml Sun Aug 12 16:17:14 2018 +0100 @@ -17,7 +17,7 @@ packages: # Required to build/install the xapian-binding - libxapian-dev - # Required to install pyme + # Required to install gpg - libgpgme11-dev - swig @@ -37,8 +37,8 @@ - cd $TRAVIS_BUILD_DIR install: - - pip install psycopg2 pytz whoosh - - if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then pip install MySQL-python pyme; fi + - pip install gpg psycopg2 pytz whoosh + - if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then pip install MySQL-python; fi - pip install pytest-cov codecov before_script:
