Skip to content

Commit

Permalink
chore: install pygraphviz manually in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Nov 8, 2020
1 parent 624839d commit caa5e99
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 @@ -27,11 +27,11 @@ jobs:
language: shell
before_install:
- choco install graphviz
- export "PATH=/c/Program Files (x86)/Graphviz2.38:$PATH"
- choco install python --version 3.8.6
- export "PATH=/c/Python38:/c/Python38/Scripts:$PATH"
- pip3 install pygraphviz --global-option="-IC:\Program Files (x86)\Graphviz2.38\include" --global-option="-LC:\Program Files (x86)\Graphviz2.38\lib\release\lib"
env:
- TOX_ENV=py38
- PATH=/c/Python38:/c/Python38/Scripts:$PATH

install:
- pip3 install tox codecov
Expand Down

0 comments on commit caa5e99

Please sign in to comment.