Skip to content

Commit 77be8c7

Browse files
committed
Merge pull request #74 from ddemidov/travis-pillow
Use Pillow instead of PIL in Travis-CI
2 parents bf05f94 + 2d6b1e0 commit 77be8c7

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)