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 8faaa3d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
dist: xenial
language: python
python:
- "3.6" # current default Python on Travis CI
- "3.7"
- "3.8"
before_install:
- sudo apt-get autoremove sqlite3
- sudo apt-get install python-software-properties
- sudo apt-add-repository -y ppa:travis-ci/sqlite3
- sudo apt-get -y update
- sudo apt-cache show sqlite3
- sudo apt-get install sqlite3=3.7.15.1-1~travis1
- sudo sqlite3 -version
- sudo psql --version
- sudo mysql --version
install:
- pip install apache-airflow boto3 pylint isort marshmallow
env:
Expand Down

0 comments on commit 8faaa3d

Please sign in to comment.