Skip to content

Commit

Permalink
Add python-gnupg as a dependency on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Oct 29, 2013
1 parent 3f150e1 commit e6bda56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6bda56

Please sign in to comment.