try python3 again

This commit is contained in:
Daniel Schwabeneder 2019-06-24 13:42:23 +02:00
parent 2a94b9f14e
commit 040e5a0c04

View File

@ -20,9 +20,10 @@ addons:
apt: apt:
packages: packages:
- xvfb - xvfb
- python3-matplotlib
env: env:
- PYTHON = "" MPLBACKEND = "agg" - PYTHON = python3 MPLBACKEND = "agg"
notifications: notifications:
email: true email: true