mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
Updated travis environment
Following example at https://stackoverflow.com/questions/55521832/update-sqlite-in-travis-ci
This commit is contained in:
@ -1,6 +1,13 @@
|
|||||||
|
dist: xenial
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 3.5
|
- 3.5
|
||||||
|
- 3.6
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt-packages:
|
||||||
|
-sqlite3
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- make setup
|
- make setup
|
||||||
|
Reference in New Issue
Block a user