From db871d2d37c6f6444335a2dcc38fe36f9496bae4 Mon Sep 17 00:00:00 2001 From: dessant Date: Mon, 22 Jun 2015 13:18:16 +0300 Subject: [PATCH] use pillow instead of pil for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 72f964656..9b3551d64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: install: - pip install hg+http://bitbucket.org/pygame/pygame - - pip install --upgrade cython pil + - pip install --upgrade cython pillow - make # command to run tests