Skip to content

Commit

Permalink
try to fix travis failure on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiamarcolini committed Oct 13, 2020
1 parent 7d07778 commit 9d7b12e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
- wget https://github.com/openslide/openslide-winbuild/releases/download/v20171122/openslide-win64-20171122.zip -P /c/downloads
- 7z e /c/downloads/openslide-win64-20171122.zip -aoa
- export "PATH=/c/Python38/Scripts:/c/downloads/openslide-win64-20171122/bin:$PATH"
- echo alias python3=\'python\' >> ~.bashrc
- source ~/.bashrc
env: CAN_FAIL=true
allow_failures:
- env: CAN_FAIL=true
Expand Down

0 comments on commit 9d7b12e

Please sign in to comment.