We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971f60d commit d29791dCopy full SHA for d29791d
.travis-workarounds.sh
@@ -5,7 +5,7 @@ set -x
5
if [[ "${TOXENV}" == "pypy" ]]; then
6
sudo add-apt-repository -y ppa:pypy/ppa
7
sudo apt-get -qy update
8
- sudo apt-get install -y pypy
+ sudo apt-get install -y pypy pypy-dev
9
# This is required because we need to get rid of the Travis installed PyPy
10
# or it'll take precedence over the PPA installed one.
11
sudo rm -rf /usr/local/pypy/bin
0 commit comments