Add travis build.
This commit is contained in:
parent
692eb3b870
commit
24ce6f53e1
1 changed files with 13 additions and 0 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal 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/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue