Skip to content

Commit

Permalink
fix: set environment variable for graphviz in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Nov 8, 2020
1 parent 384c4a9 commit b0535cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- os: windows
language: shell
before_install:
- choco install graphviz
- choco install graphviz --version=2.38
- choco install python --version 3.8.6
env:
- PATH=/c/Python38:/c/Python38/Scripts:$PATH
- TOX_ENV=py38
- PATH="/c/Program Files (x86)/Graphviz2.38":/c/Python38:/c/Python38/Scripts:$PATH

install:
- pip3 install tox codecov
Expand Down

0 comments on commit b0535cf

Please sign in to comment.