Skip to content

Commit

Permalink
fix: install graphviz for MacOS and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Nov 8, 2020
1 parent 24417ad commit 384c4a9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@ jobs:
- os: osx
osx_image: xcode12.2
language: shell
env: TOX_ENV=py38
before_install:
- python3 --version
- brew install graphviz
env: TOX_ENV=py38
- os: windows
language: shell
before_install:
- choco install python --version 3.8.5
- python -m pip install --upgrade pip
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH:TOX_ENV=py38
- choco install graphviz
- choco install python --version 3.8.6
env:
- PATH=/c/Python38:/c/Python38/Scripts:$PATH
- TOX_ENV=py38

install:
- pip3 install tox codecov
Expand Down

0 comments on commit 384c4a9

Please sign in to comment.