Skip to content

Commit f93251b

Browse files
committed
Removed pypy from travis
1 parent 2a73e5e commit f93251b

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

Diff for: .travis.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,7 @@ python:
44
- 2.7
55
- 3.4
66
- 3.5
7-
- pypy
8-
before_install:
9-
- |
10-
if [ "$TRAVIS_PYTHON_VERSION" = "pypy" ]; then
11-
export PYENV_ROOT="$HOME/.pyenv"
12-
if [ -f "$PYENV_ROOT/bin/pyenv" ]; then
13-
cd "$PYENV_ROOT" && git pull
14-
else
15-
rm -rf "$PYENV_ROOT" && git clone --depth 1 https://github.com/yyuu/pyenv.git "$PYENV_ROOT"
16-
fi
17-
export PYPY_VERSION="4.0.1"
18-
"$PYENV_ROOT/bin/pyenv" install "pypy-$PYPY_VERSION"
19-
virtualenv --python="$PYENV_ROOT/versions/pypy-$PYPY_VERSION/bin/python" "$HOME/virtualenvs/pypy-$PYPY_VERSION"
20-
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
21-
fi
7+
- 3.6
228
install:
239
- |
2410
if [ "$TEST_TYPE" = build ]; then

0 commit comments

Comments
 (0)