File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 30
30
# need to explictly define each builder for test due to different os types
31
31
include :
32
32
- stage : test
33
- env : DISTRO=debian:stable PYTHON="3" # 3.4, not 3.5
33
+ env : DISTRO=debian:stable PYTHON="3" # 3.7
34
34
35
35
- stage : test
36
36
env : DISTRO=debian:stable PYTHON="3" KRB5_VER="heimdal"
42
42
- stage : test
43
43
env : DISTRO=fedora:latest PYTHON="3" FLAKE="yes"
44
44
45
+ # Travis defaults to 10.13 (i.e., not latest), so specify osx_image
45
46
- &osx_test
46
47
stage : test
47
48
env : PYTHON="3" KRB5_VER="heimdal" PYENV="3.6.3"
@@ -51,12 +52,12 @@ jobs:
51
52
52
53
- &win_test
53
54
stage : test
54
- env : PYTHON="3" PYENV="3.7.3 "
55
+ env : PYTHON="3" PYENV="3.8.1 "
55
56
os : windows
56
57
language : sh # Windows not supported yet
57
58
58
59
- << : *win_test
59
- env : PYTHON="3" PYENV="3.6.8 "
60
+ env : PYTHON="3" PYENV="3.7.3 "
60
61
61
62
- stage : deploy latest docs
62
63
script : skip
@@ -122,10 +123,10 @@ jobs:
122
123
- ./.travis/deploy-win.sh
123
124
env :
124
125
- PYTHON="3"
125
- - PYENV="3.7.3 "
126
+ - PYENV="3.8.1 "
126
127
language : sh # Travis doesn't support python here
127
128
128
129
- << : *win_deploy
129
130
env :
130
131
- PYTHON="3"
131
- - PYENV="3.6.8 "
132
+ - PYENV="3.7.3 "
Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ setup::rh::install() {
67
67
}
68
68
69
69
setup::macos::install () {
70
- # install Python from pyenv so we know what version is being used
70
+ # Install Python from pyenv so we know what version is being used. This
71
+ # doesn't work for newer macos.
71
72
pyenv install $PYENV
72
73
pyenv global $PYENV
73
74
virtualenv -p $( pyenv which python) .venv
You can’t perform that action at this time.
0 commit comments