提交 95853b32 编写于 作者: D Daniel Graña

try to restore pypy tests

上级 ade7662f
#!/bin/bash
set -e
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 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
fi
......@@ -9,7 +9,8 @@ matrix:
allow_failures:
- env: TOXENV=pypy
install:
- pip install -M tox
- ./.travis-workarounds.sh
- pip install tox
script: tox
notifications:
irc:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册