Skip to content

Commit

Permalink
Travis needs latest sqlite version because Airflow 2.0 needs latest s…
Browse files Browse the repository at this point in the history
…qlite version
  • Loading branch information
aelzeiny committed Mar 15, 2021
1 parent 1c766d0 commit 9b1106c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
dist: xenial
language: python
python:
- "3.6" # current default Python on Travis CI
- "3.7"
- "3.8"
addons:
apt_packages:
- sqlite3
- libsqlite3-dev
install:
- pip install apache-airflow boto3 pylint isort marshmallow
env:
Expand Down

0 comments on commit 9b1106c

Please sign in to comment.