We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a73e5e commit f93251bCopy full SHA for f93251b
.travis.yml
@@ -4,21 +4,7 @@ python:
4
- 2.7
5
- 3.4
6
- 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
+- 3.6
22
install:
23
- |
24
if [ "$TEST_TYPE" = build ]; then
0 commit comments