Skip to content

Commit

Permalink
fix: export path in before install section
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Nov 8, 2020
1 parent b0535cf commit 0daf901
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 @@ -27,10 +27,11 @@ jobs:
language: shell
before_install:
- choco install graphviz --version=2.38
- export "PATH=/c/Program Files (x86)/Graphviz2.38:$PATH"
- choco install python --version 3.8.6
- export "PATH=/c/Python38:/c/Python38/Scripts:$PATH"
env:
- TOX_ENV=py38
- PATH="/c/Program Files (x86)/Graphviz2.38":/c/Python38:/c/Python38/Scripts:$PATH

install:
- pip3 install tox codecov
Expand Down

0 comments on commit 0daf901

Please sign in to comment.