Skip to content

Commit 231ab22

Browse files
committed
Try to fix the OSX build
1 parent 8138249 commit 231ab22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/travis/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
2121
# pyenv virtualenv 2.6.9 psutil
2222
# ;;
2323
py27)
24-
pyenv install 2.7.10
25-
pyenv virtualenv 2.7.10 psutil
24+
pyenv install -v 2.7.16
25+
pyenv virtualenv 2.7.16 psutil
2626
;;
2727
py36)
2828
pyenv install 3.6.6

0 commit comments

Comments
 (0)