Add python-gnupg as a dependency on Travis.

This commit is contained in:
Valentin Lorentz 2013-10-29 17:10:09 +01:00
parent 3f150e12e7
commit e6bda5657e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ python:
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install pytz feedparser charade sqlalchemy --use-mirrors
- pip install pytz feedparser charade sqlalchemy python-gnupg --use-mirrors
# command to run tests, e.g. python setup.py test
script:
- echo $TRAVIS_PYTHON_VERSION