Skip to content

Commit

Permalink
fix: invalid option
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Nov 8, 2020
1 parent caa5e99 commit a4bb907
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 --global-option="-IC:\Program Files (x86)\Graphviz2.38\include" --global-option="-LC:\Program Files (x86)\Graphviz2.38\lib\release\lib"
- pip3 install pygraphviz --include-path="C:\Program Files (x86)\Graphviz2.38\include" --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 a4bb907

Please sign in to comment.