Skip to content

Commit

Permalink
Remove pysqlite from requirements.txt
Browse files Browse the repository at this point in the history
Installing python binding for spatialite is different on platform and
not always is pysqlite required.
  • Loading branch information
ptrv committed Dec 12, 2015
1 parent bd15c0f commit 9dcddab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ install:
# gpxpy
- pip install -r requirements.txt

# pysqlite
- pip install pysqlite

# Spatialiate
- sudo apt-get install -y libproj-dev libgeos-dev libspatialite-dev
- sudo ln -s /usr/lib/x86_64-linux-gnu/libspatialite.so /usr/lib/libspatialite.so
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
pysqlite
gpxpy

0 comments on commit 9dcddab

Please sign in to comment.