Skip to content

Commit

Permalink
[ci/macos] removed macos from allowed_failures, changed to pkg instal…
Browse files Browse the repository at this point in the history
…l of Python 3.5
  • Loading branch information
ErikBjare committed Apr 25, 2017
1 parent a6aba1a commit c1b8f4c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,20 @@ matrix:
allow_failures:
# Doesn't currently work with pyinstaller
- python: nightly
- os: osx


before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update;
brew install python3;
wget -O python3.pkg https://www.python.org/ftp/python/3.5.2/python-3.5.2-macosx10.6.pkg;
sudo installer -pkg python3.pkg -target /;
#brew update;
#brew install python3;
pip3 install --upgrade pip setuptools wheel virtualenv;
virtualenv venv -p python3;
source venv/bin/activate;
fi
- python --version
- pip install pyinstaller
- pip install pytest pyinstaller


install:
Expand Down

0 comments on commit c1b8f4c

Please sign in to comment.