Skip to content

Commit

Permalink
[travis] no longer any need for patching qsci
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 16, 2017
1 parent 855f840 commit 7764cd9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .ci/travis/macos/before_install.sh
Expand Up @@ -55,9 +55,5 @@ brew install \
gnu-sed


# Fix qscintilla typo
wget https://gist.githubusercontent.com/m-kuhn/f70e4b160dd7b18eb8d637ed2a75df6d/raw/6eb8a0c8601ec52ad9ad41c01d0fad68fe967aa1/qsci.patch
patch -p1 /usr/local/share/sip/QSci/qscilexer.sip qsci.patch

mkdir -p ${HOME}/Library/Python/3.6/lib/python/site-packages
echo 'import site; site.addsitedir("/usr/local/opt/gdal2-python/lib/python3.6/site-packages")' >> ${HOME}/Library/Python/3.6/lib/python/site-packages/gdal2.pth

0 comments on commit 7764cd9

Please sign in to comment.