From 8873d2d6968766d37a2751fe114f9ed7afc3dcc9 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 20 Nov 2017 23:43:12 -0500 Subject: [PATCH] travis-ci coverity build install python-toml python-numpy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e7d054a0a..984c02aacc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ before_install: # install dependencies for the coverity build (target and branch), otherwise exit early - if [[ "${TRAVIS_BRANCH}" = "coverity_scan" ]]; then if [[ "${BUILD_TARGET}" = "coverity_scan" ]]; then - sudo apt-get install python-empy python-jinja2; + sudo apt-get install python-empy python-jinja2 python-toml python-numpy; echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-; else exit 0;