use pillow instead of pil for travis

This commit is contained in:
dessant 2015-06-22 13:18:16 +03:00
parent b1687d8c8d
commit db871d2d37
1 changed files with 1 additions and 1 deletions

View File

@ -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