Merge pull request #212 from katafrakt/travis-pyenchant

Add PyEnchant support to OSX builds
This commit is contained in:
Olivier 2017-11-13 12:12:27 +01:00 committed by GitHub
commit 6ede93c7e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
#!/bin/bash
set -ev
brew update
brew install python3 # enchant
brew install python3 enchant
sudo pip3 install --upgrade pip setuptools wheel
pip3 install pyinstaller PyQt5 lxml # pyenchant
# brew install qt hunspell
pip3 install pyinstaller PyQt5 lxml pyenchant
brew install qt hunspell
# fooling PyEnchant as described in the wiki: https://github.com/olivierkes/manuskript/wiki/Package-manuskript-for-OS-X
# sudo touch /usr/local/share/aspell
sudo touch /usr/local/share/aspell