naturally, travis needs to know to actually *install* gpg2 for that to work

This commit is contained in:
Michael Greene
2015-06-02 16:00:22 -07:00
parent eb8b5de76d
commit 5eda5349be

View File

@@ -25,7 +25,7 @@ matrix:
install: install:
# make sure gnupg, pgpdump, and the requested version of OpenSSL are installed # make sure gnupg, pgpdump, and the requested version of OpenSSL are installed
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -y gnupg pgpdump - sudo apt-get install -y gnupg2 pgpdump
# install coveralls # install coveralls
- pip install tox python-coveralls - pip install tox python-coveralls
# set TOXENV if it isn't yet # set TOXENV if it isn't yet