Skip to content

Commit

Permalink
Installing pysqlite with extensions enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed Aug 1, 2017
1 parent f518fa8 commit dd0afe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -19,6 +19,7 @@ before_install:

install:
- pip install -r requirements.txt
- pip install git+git://github.com/tinio/pysqlite.git@extension-enabled#egg=pysqlite

before_script:
- psql -U postgres -c "create extension postgis"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -18,10 +18,10 @@ mccabe==0.6.1
oauthlib==2.0.2
packaging==16.8
pbr==3.0.0
pkg-resources==0.0.0
psycopg2==2.7.1
pylint==1.7.1
pyparsing==2.2.0
pysqlite==2.8.3
python-dateutil==2.6.0
pytz==2017.2
PyYAML==3.12
Expand Down

0 comments on commit dd0afe5

Please sign in to comment.