Skip to content

Commit

Permalink
fix LD_LIBRARY_PATH for travis / sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Mathieu committed Jan 5, 2016
1 parent 51af72e commit ac6c9f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -5,8 +5,11 @@ python:
sudo: false

env:
- SQLALCHEMY_DATABASE_URI="sqlite://"
- SQLALCHEMY_DATABASE_URI="postgres://postgres@localhost:5432/abilian_core"
global:
- LD_LIBRARY_PATH=~/sqlite-3.9.1/lib
matrix:
- SQLALCHEMY_DATABASE_URI="sqlite://"
- SQLALCHEMY_DATABASE_URI="postgres://postgres@localhost:5432/abilian_core"

services:
- redis-server
Expand Down

0 comments on commit ac6c9f2

Please sign in to comment.