Skip to content

Commit 6bca027

Browse files
committed
Updates Travis config.
1 parent ff72ec6 commit 6bca027

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ matrix:
2222
env: PENDULUM_EXTENSIONS=1
2323
- python: 3.5
2424
env: PENDULUM_EXTENSIONS=0
25-
- python: 3.6-dev
25+
- python: 3.6
2626
env: PENDULUM_EXTENSIONS=1
27-
- python: 3.6-dev
27+
- python: 3.6
2828
env: PENDULUM_EXTENSIONS=0
2929
- python: pypy
3030

@@ -40,7 +40,7 @@ install:
4040
else
4141
rm -rf "$PYENV_ROOT" && git clone --depth 1 https://github.com/yyuu/pyenv.git "$PYENV_ROOT"
4242
fi
43-
export PYPY_VERSION="5.4.1"
43+
export PYPY_VERSION="5.6.0"
4444
"$PYENV_ROOT/bin/pyenv" install --skip-existing "pypy-$PYPY_VERSION"
4545
virtualenv --python="$PYENV_ROOT/versions/pypy-$PYPY_VERSION/bin/python" "$HOME/virtualenvs/pypy-$PYPY_VERSION"
4646
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"

0 commit comments

Comments
 (0)