diff options
| author | globalcow <globalcow@users.noreply.github.com> | 2018-08-01 11:30:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-01 11:30:59 +0200 |
| commit | 9bb9f877639ba6c6cc6cd9c680f3198d2f61950e (patch) | |
| tree | e72fb7388e3cc993a866fed1fcd0ca586e1e6487 /.travis.yml | |
| parent | 91aaf404e64b98ec5dbdf4e19beb9b16da4204f5 (diff) | |
Skip some unnecessary lines in mac build
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml index b74f220d..a5841ba5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -111,26 +111,12 @@ install: export GI_TYPELIB_PATH=/usr/local/lib/girepository-1.0/ - export PATH="/usr/local/opt/python/libexec/bin:$PATH" - pip install virtualenv virtualenv -p python2 --system-site-packages venv - # add in brew's site-packages - echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> venv/lib/python2.7/site-packages/homebrew.pth - - # add in pygobject's site-packages - #echo 'import site; site.addsitedir("/usr/local/Cellar/pygobject/2.28.7_1/lib/python2.7/site-packages")' >> venv/lib/python2.7/site-packages/pygobject.pth - + # activate virtual environment source venv/bin/activate - # for embroidermodder/libembroidery - brew install swig - - # for qmake - brew install qt - export PATH="/usr/local/opt/qt/bin:$PATH" - pip install -r requirements.txt pip install pyinstaller set +x |
