manuskript/package
Curtis Gedak 4b50024a32 Enhance Travis CI build on OSX to remove sudo ownership warning
The Travis CI build reports the following in the messages from
executing package/prepare_osx.sh:

    sudo pip3 install --upgrade pip setuptools wheel
    The directory '/Users/travis/Library/Caches/pip/http' or its       \
     parent directory is not owned by the current user and the cache   \
     has been disabled. Please check the permissions and owner of that \
     directory. If executing pip with sudo, you may want sudo's -H     \
     flag.
    The directory '/Users/travis/Library/Caches/pip' or its parent     \
     directory is not owned by the current user and caching wheels has \
     been disabled. check the permissions and owner of that            \
     directory. If executing pip with sudo, you may want sudo's -H     \
     flag.

In an effort to address this issue, add "-H" flag to sudo.
2018-04-07 10:24:16 -06:00
..
create_deb Updates deb package origin to Ubuntu 14.04. 2017-11-21 23:20:20 +01:00
create_deb.sh Updates version number and deb build script. 2017-11-22 22:26:28 +01:00
dependency_test.py Add Travis configuration 2017-11-12 15:24:08 +01:00
prepare_osx.sh Enhance Travis CI build on OSX to remove sudo ownership warning 2018-04-07 10:24:16 -06:00