Skip to content

Commit 1ba8c42

Browse files
author
shaneahmed
committed
BUG: Fix Travis libopenslide.so.0: error
Update .travis.yml to add openslide install before run
1 parent f06b659 commit 1ba8c42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ python:
66
- 3.7
77
- 3.6
88

9+
before_install:
10+
- sudo apt-get -y install python3-openslide
11+
912
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
1013
install: pip install -U tox-travis
1114

0 commit comments

Comments
 (0)