1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

[travis] osx fix - #5

This commit is contained in:
Shlomi Fish 2018-11-12 20:44:16 +02:00
parent 0b490ea50d
commit ede749431a

View file

@ -30,7 +30,7 @@ matrix:
env: TOXENV=py35
script:
- "sh -x scripts/travis-ci-build"
- if test "$TRAVIS_OS_NAME" = "osx" ; then python3 setup_osx.py py2app ; fi
- if test "$TRAVIS_OS_NAME" = "osx" ; then PYTHONPATH="`pwd`" python3 setup_osx.py py2app ; fi
deploy:
provider: releases
api_key: