Add travis build.

This commit is contained in:
Charles Leifer 2019-08-08 08:58:36 -05:00
parent 692eb3b870
commit 24ce6f53e1

13
.travis.yml Normal file
View file

@ -0,0 +1,13 @@
language: python
python:
- 3.6
- 3.7
dist: bionic
addons:
apt:
packages:
- libsqlcipher-dev
install:
- python setup.py install
script:
- PYTHONPATH=".:$PYTHONPATH" python test/