This commit is contained in:
Bastian Kleineidam 2013-12-04 22:30:23 +01:00
parent fb5384c6ae
commit b67a94ce13

View file

@ -10,10 +10,10 @@ branches:
# install required programs
before_install:
- brew update
- brew install gettext
- brew link --force gettext
- brew install python
- brew install pyqt
- brew install gettext
- brew link --force gettext
# command to install dependencies
install:
- pip install -r requirements.txt --use-mirrors