Skip to content

Commit 2d6b1e0

Browse files
committed
Use Pillow instead of PIL in Travis-CI
1 parent 8c680eb commit 2d6b1e0

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
@@ -3,7 +3,7 @@ python:
33
- 2.7
44
sudo: false
55
install:
6-
- pip install PIL --allow-external PIL --allow-unverified PIL
6+
- pip install Pillow
77
script:
88
- ./tests/api_tests.py
99
deploy:

0 commit comments

Comments
 (0)