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 14:19:03 +02:00
parent 8980adbd35
commit f5941f8b63

View file

@ -29,4 +29,6 @@ matrix:
- os: osx
language: generic
env: TOXENV=py35
script: "sh -x scripts/travis-ci-build"
script:
- "sh -x scripts/travis-ci-build"
- if test "$TRAVIS_OS_NAME" = "osx" ; then python3 setup_osx.py py2app ; fi