Skip to content

Commit

Permalink
fix: use pre-built pygraphviz on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Nov 10, 2020
1 parent 0fb69f1 commit 2a92c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ jobs:
language: shell
before_install:
- brew install graphviz
- brew install python@3.8
env: TOX_ENV=py38
- os: windows
language: shell
before_install:
- choco install graphviz
- choco install python --version 3.8.6
- 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"
- pip3 install https://download.lfd.uci.edu/pythonlibs/z2tqcw5k/pygraphviz-1.6-cp38-cp38-win_amd64.whl
env:
- TOX_ENV=py38
- PATH=/c/Python38:/c/Python38/Scripts:$PATH
Expand Down

0 comments on commit 2a92c63

Please sign in to comment.