mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-21 05:30:59 +00:00
Used a Pillow requirement lower than 2.0.0 as it doesn't build with Python 2.5 anymore.
This commit is contained in:
parent
c326bcd996
commit
657ec4247d
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ before_script:
|
|||
install:
|
||||
- pip install -q mysql-python --use-mirrors
|
||||
- pip install -q psycopg2 --use-mirrors
|
||||
- pip install -q Pillow --use-mirrors
|
||||
- pip install -q Pillow==1.7.8 --use-mirrors
|
||||
- pip install -q flake8 --use-mirrors
|
||||
- pip install -q $DJANGO
|
||||
- pip install -e . --use-mirrors
|
||||
|
|
|
|||
Loading…
Reference in a new issue