aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/run.sh
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-09-18 08:58:34 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-09-18 09:37:17 -0500
commitb337d5765868a6c1cddc9b10efe06f5af3f99232 (patch)
tree48852d614afedb7ee264b4c411d41cb3f0443946 /.travis/run.sh
parent27f02a38fe66b547d377e8e15ad5577f3902fde4 (diff)
downloadcryptography-b337d5765868a6c1cddc9b10efe06f5af3f99232.tar.gz
cryptography-b337d5765868a6c1cddc9b10efe06f5af3f99232.tar.bz2
cryptography-b337d5765868a6c1cddc9b10efe06f5af3f99232.zip
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.
Diffstat (limited to '.travis/run.sh')
-rwxr-xr-x.travis/run.sh1
1 files changed, 0 insertions, 1 deletions
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