mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 17:54:32 +03:00
Don't pip install -e .
This commit is contained in:
parent
954fc52877
commit
50408568cb
10
.travis.yml
10
.travis.yml
|
@ -17,7 +17,7 @@ python:
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "travis_retry sudo apt-get update"
|
- "travis_retry sudo apt-get update"
|
||||||
- "travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick"
|
- "travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick"
|
||||||
|
@ -43,12 +43,10 @@ install:
|
||||||
|
|
||||||
# libimagequant
|
# libimagequant
|
||||||
- pushd depends && ./install_imagequant.sh && popd
|
- pushd depends && ./install_imagequant.sh && popd
|
||||||
|
|
||||||
# extra test images
|
|
||||||
- pushd depends && ./install_extra_test_images.sh && popd
|
|
||||||
|
|
||||||
|
|
||||||
- travis_retry pip install -e .
|
# extra test images
|
||||||
|
- pushd depends && ./install_extra_test_images.sh && popd
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Qt needs a display for some of the tests, and it's only run on the system site packages install
|
# Qt needs a display for some of the tests, and it's only run on the system site packages install
|
||||||
|
|
Loading…
Reference in New Issue
Block a user