Skip to content

Commit

Permalink
[.travis.yml] fix executable install on macos testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Oct 20, 2019
1 parent f63350b commit d31cc55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ matrix:
- brew install pngcheck
install:
- make build-dependencies
- make install-executable
- pip3 install --upgrade tox pytest
- export PATH=/usr/local/bin:$PATH
env: TOX_ENV=py37
script:
- tox -e $TOX_ENV
Expand All @@ -46,7 +48,7 @@ matrix:
python: 3.7
env: TOX_ENV=py37
dist: xenial
before_install:
before_install:
- sudo apt-get update
- sudo apt-get install -y shellcheck
install:
Expand Down

0 comments on commit d31cc55

Please sign in to comment.