manuskript/package
Curtis Gedak 8d16bb78d1 Fix Travix CI build error on OSX installing python3
The Travis CI builds have been failing with the following message:

    The command "if [ "$TRAVIS_OS_NAME" = "osx" ]; then \
                 bash package/prepare_osx.sh; fi"       \
     failed and exited with 1 during .

This above line of code is from .travis.yml.  Further examination of
the log from executing package/prepare_osx.sh shows the following
message:

    <snip>
    brew install python3 enchant
    Error: python 2.7.12_1 is already installed
    To upgrade to 3.6.5, run `brew upgrade python`
    <snip>

Based on this message it appears that the method to install python3
has changed.  Hence change command to upgrade python 2.x to 3.x.
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 Fix Travix CI build error on OSX installing python3 2018-04-07 10:24:16 -06:00