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

[travis] osx - try preparing a package

This commit is contained in:
Shlomi Fish 2018-11-12 17:34:21 +02:00
parent 745b31ae73
commit 99677648bb

View file

@ -31,5 +31,4 @@ matrix:
env: TOXENV=py35 env: TOXENV=py35
script: script:
- "sh -x scripts/travis-ci-build" - "sh -x scripts/travis-ci-build"
- if test "$TRAVIS_OS_NAME" = "osx" ; then ls /Library/Tcl ; fi
- if test "$TRAVIS_OS_NAME" = "osx" ; then python3 setup_osx.py py2app ; fi - if test "$TRAVIS_OS_NAME" = "osx" ; then python3 setup_osx.py py2app ; fi