From 18eadd5891174eb83a0f6cb3c4a766c3bbd1eae8 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sun, 9 Jun 2019 19:26:33 +0200 Subject: [PATCH] Print SQLite version Python was compiled with. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3989032dc..e8827f054 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,6 +66,7 @@ install: - pip install tox tox-travis codecov script: + - python3 -c "import sqlite3;print(sqlite3.sqlite_version)" - tox notifications: