Skip to content

Commit

Permalink
fix: correct library path for graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Nov 9, 2020
1 parent b5cbb58 commit 0fb69f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
before_install:
- choco install graphviz
- choco install python --version 3.8.6
- ls "C:\Program Files (x86)\Graphviz2.38"
- ls "C:\Program Files (x86)\Graphviz2.38\lib"
- ls "C:\Program Files (x86)\Graphviz2.38\lib\release\lib"
- pip3 install pygraphviz --install-option="--include-path=C:\Program Files (x86)\Graphviz2.38\include" --install-option="--library-path=C:\Program Files (x86)\Graphviz2.38\lib"
- pip3 install pygraphviz --install-option="--include-path=C:\Program Files (x86)\Graphviz2.38\include" --install-option="--library-path=C:\Program Files (x86)\Graphviz2.38\lib\release\lib"
env:
- TOX_ENV=py38
- PATH=/c/Python38:/c/Python38/Scripts:$PATH
Expand Down

0 comments on commit 0fb69f1

Please sign in to comment.