File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments