Skip to content

Commit

Permalink
Corrected TRAVIS_PYTHON_VERSION
Browse files Browse the repository at this point in the history
Also updated pysqlite to latest .3 version
  • Loading branch information
w7pea committed Jul 30, 2018
1 parent 5ff79fe commit a6edf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install pysqlite==2.8.3; 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 a6edf32

Please sign in to comment.