From b337d5765868a6c1cddc9b10efe06f5af3f99232 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 18 Sep 2015 08:58:34 -0500 Subject: pypy 2.6.1 has a bug where it can segfault during vector install This PR changes our tests to run against the latest nightly for now. We should change it back when pypy 2.7 is out. --- .travis/run.sh | 1 - 1 file changed, 1 deletion(-) (limited to '.travis/run.sh') diff --git a/.travis/run.sh b/.travis/run.sh index 3667b333..cf1bbe28 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -26,7 +26,6 @@ else PYENV_ROOT="$HOME/.pyenv" PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" - pyenv global pypy-2.6.1 fi fi source ~/.venv/bin/activate -- cgit v1.2.3