From 067853acfa019f762035c539e3c2495cebc73182 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sun, 9 Jun 2019 19:08:10 +0200 Subject: [PATCH] Display sqlite3 version on Travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index eeaa98f9..9fa473c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,6 +66,7 @@ install: - pip install tox tox-travis codecov script: + - dpkg --list | grep sqlite3 - tox notifications: -- 2.45.2