Skip to content

Commit

Permalink
Fix Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JrGoodle committed Apr 23, 2020
1 parent ad4840b commit c6d58ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
addons:
homebrew:
packages:
- python3
- python
- github-release
update: true

Expand Down
2 changes: 1 addition & 1 deletion script/travis/install
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/../.." || exit 1

if [ "$TRAVIS_OS_NAME" = "osx" ]; then
# brew install github-release
brew link --overwrite python
pip3 install twine wheel
pip3 install -r src/requirements.txt
elif [ "$TRAVIS_OS_NAME" = "linux" ]; then
Expand Down

0 comments on commit c6d58ba

Please sign in to comment.