Skip to content

Commit 74845cf

Browse files
committed
try to build PIL with zip.
1 parent 0a57aa0 commit 74845cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python:
99
# command to install dependencies
1010
before_install:
1111
#zlib1g-dev is needed to allow PIL to uncompress the dataset.
12-
- sudo apt-get install -qq libatlas3gf-base libatlas-dev zlib1g-dev zip unzip
12+
- sudo apt-get install -qq libatlas3gf-base libatlas-dev zlib1g-dev zip unzip zlibc libzip-dev
1313
install:
1414
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
1515
- "pip install -q numpy --use-mirrors"

0 commit comments

Comments
 (0)