mirror of https://github.com/scrapy/scrapy.git
building Pillow with pypy requries dev headers
This commit is contained in:
parent
971f60d796
commit
d29791d7ab
|
|
@ -5,7 +5,7 @@ set -x
|
|||
if [[ "${TOXENV}" == "pypy" ]]; then
|
||||
sudo add-apt-repository -y ppa:pypy/ppa
|
||||
sudo apt-get -qy update
|
||||
sudo apt-get install -y pypy
|
||||
sudo apt-get install -y pypy pypy-dev
|
||||
# This is required because we need to get rid of the Travis installed PyPy
|
||||
# or it'll take precedence over the PPA installed one.
|
||||
sudo rm -rf /usr/local/pypy/bin
|
||||
|
|
|
|||
Loading…
Reference in New Issue