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 5eac6ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ 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 5eac6ac

Please sign in to comment.