~netlandish/django-wiki

18eadd5891174eb83a0f6cb3c4a766c3bbd1eae8 — Johannes Christ 5 years ago 7d69c3f
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: