Print SQLite version Python was compiled with.
1 files changed, 1 insertions(+), 0 deletions(-) M .travis.yml
M .travis.yml => .travis.yml +1 -0
@@ 66,6 66,7 @@ install: - pip install tox tox-travis codecov script: + - python3 -c "import sqlite3;print(sqlite3.sqlite_version)" - tox notifications: