Skip to content

Commit

Permalink
Fix travis build for python 3.6 failing (aleju#664)
Browse files Browse the repository at this point in the history
This fixes a build error in python 3.6 in travis.
  • Loading branch information
aleju authored May 17, 2020
1 parent 8148930 commit 7d2bc50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ python:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y python-virtualenv
# otherwise imagecodecs fails to build on py3.6,
# see https://github.com/scikit-image/scikit-image/issues/4673
- pip install --upgrade pip

install:
# TODO why was this deactivated?
Expand Down

0 comments on commit 7d2bc50

Please sign in to comment.