mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Updated travis environment
Following example at https://stackoverflow.com/questions/55521832/update-sqlite-in-travis-ci
This commit is contained in:
parent
7cc4af1da4
commit
d0bc35f670
@ -1,6 +1,13 @@
|
||||
dist: xenial
|
||||
|
||||
language: python
|
||||
python:
|
||||
- 3.5
|
||||
- 3.6
|
||||
|
||||
addons:
|
||||
apt-packages:
|
||||
-sqlite3
|
||||
|
||||
before_install:
|
||||
- make setup
|
||||
|
Loading…
Reference in New Issue
Block a user