Skip to content

Commit

Permalink
fix: install options
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Nov 9, 2020
1 parent a4bb907 commit d737db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
before_install:
- choco install graphviz
- choco install python --version 3.8.6
- pip3 install pygraphviz --include-path="C:\Program Files (x86)\Graphviz2.38\include" --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"
env:
- TOX_ENV=py38
- PATH=/c/Python38:/c/Python38/Scripts:$PATH
Expand Down

0 comments on commit d737db8

Please sign in to comment.