From cc8b0d5818bbce02033b2416b405759b584e7dca Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Tue, 18 Jun 2019 10:35:31 +0200 Subject: [PATCH] try python3-matplotlib --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0cefe616..979794f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,10 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pwd ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./test/install_wkhtmltoimage.sh ; fi -env: - - PYTHON = "" +addons: + apt: + packages: + - python3-matplotlib notifications: email: true