1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-08 22:40:59 +00:00

travis: add graphviz to deps

This commit is contained in:
Pavol Rusnak 2018-10-18 15:00:09 +02:00
parent d56c8abf9d
commit 8030b6ce38
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -8,6 +8,11 @@ cache:
directories:
- $HOME/.cache/pip
addons:
apt:
packages:
- graphviz
python:
- "3.6"