Skip to content

Commit d29791d

Browse files
committed
building Pillow with pypy requries dev headers
1 parent 971f60d commit d29791d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis-workarounds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -x
55
if [[ "${TOXENV}" == "pypy" ]]; then
66
sudo add-apt-repository -y ppa:pypy/ppa
77
sudo apt-get -qy update
8-
sudo apt-get install -y pypy
8+
sudo apt-get install -y pypy pypy-dev
99
# This is required because we need to get rid of the Travis installed PyPy
1010
# or it'll take precedence over the PPA installed one.
1111
sudo rm -rf /usr/local/pypy/bin

0 commit comments

Comments
 (0)