Skip to content

Commit

Permalink
PySQlite required for Py2.7
Browse files Browse the repository at this point in the history
It is needed for the spatial extension support, so I made it required only
for Py2.7 as it shoud not be required for Py3.
  • Loading branch information
w7pea committed Jul 30, 2018
1 parent 76c7590 commit 283c692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ install:
- sudo apt-get update -qq
- sudo apt-get install -y libproj-dev libgeos-dev

- if [[ $PYTHON == 2.7 ]]; then pip install pysqlite==2.8.2; fi
- if [[ $DATABASE == sqlite ]]; then sudo apt-get install -y libspatialite-dev; fi
- if [[ $DATABASE == postgres ]]; then pip install psycopg2; fi

Expand Down

0 comments on commit 283c692

Please sign in to comment.