File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,8 @@ if [[ "${TRAVIS_OS_NAME}" == "linux" && "${BUILD}" == *wheels* ]]; then
25
25
fi
26
26
27
27
if [ " ${TRAVIS_OS_NAME} " == " osx" ]; then
28
- git clone --depth 1 https://github.com/yyuu/pyenv.git ~ /.pyenv
29
- PYENV_ROOT=" $HOME /.pyenv"
30
- PATH=" $PYENV_ROOT /bin:$PATH "
28
+ brew update > /dev/null
29
+ brew upgrade pyenv
31
30
eval " $( pyenv init -) "
32
31
33
32
if ! (pyenv versions | grep " ${PYTHON_VERSION} $" ); then
@@ -37,7 +36,6 @@ if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
37
36
pyenv rehash
38
37
39
38
# Install PostgreSQL
40
- brew update > /dev/null
41
39
if brew ls --versions postgresql@${PGVERSION} > /dev/null; then
42
40
brew upgrade postgresql@${PGVERSION}
43
41
else
Original file line number Diff line number Diff line change @@ -128,11 +128,11 @@ matrix:
128
128
apt : {packages: [postgresql-10]}
129
129
130
130
- os : osx
131
- env : BUILD=tests,wheels PYTHON_VERSION=3.5.2 PIP_USER=1 PGVERSION=9.6
131
+ env : BUILD=tests,wheels PYTHON_VERSION=3.5.5 PGVERSION=9.6
132
132
133
133
- os : osx
134
134
osx_image : xcode8.3
135
- env : BUILD=tests,wheels PYTHON_VERSION=3.6.1 PIP_USER=1 PGVERSION=9.6
135
+ env : BUILD=tests,wheels PYTHON_VERSION=3.6.5 PGVERSION=9.6
136
136
137
137
allow_failures :
138
138
- python : " 3.7-dev"
You can’t perform that action at this time.
0 commit comments