try python3-matplotlib

This commit is contained in:
Daniel Schwabeneder 2019-06-18 10:35:31 +02:00
parent 25feb5a3a9
commit cc8b0d5818

View File

@ -16,8 +16,10 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pwd ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pwd ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./test/install_wkhtmltoimage.sh ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./test/install_wkhtmltoimage.sh ; fi
env: addons:
- PYTHON = "" apt:
packages:
- python3-matplotlib
notifications: notifications:
email: true email: true