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:
parent
0b490ea50d
commit
ede749431a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue