Skip to content

Commit

Permalink
Travis: switch pysqlite installation to Github
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Oct 25, 2013
1 parent c1e740c commit 4f8cccb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ install:
- sudo apt-add-repository -y ppa:ubuntugis/ppa
- sudo apt-get update > /dev/null
- sudo apt-get install -y libgdal-dev libproj-dev libgeos-dev libspatialite-dev
- wget http://pysqlite.googlecode.com/files/pysqlite-2.6.3.tar.gz
- tar -zxvf pysqlite-2.6.3.tar.gz
- cd pysqlite-2.6.3
- sed -i "s/define=SQLITE_OMIT_LOAD_EXTENSION//g" setup.cfg
- python setup.py install
- cd ..
- pip install git+git://github.com/tinio/pysqlite.git@extension-enabled#egg=pysqlite

# This is a dependency of our Django test script
- pip install argparse --use-mirrors
Expand Down

0 comments on commit 4f8cccb

Please sign in to comment.