File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 3030 # need to explictly define each builder for test due to different os types
3131 include :
3232 - stage : test
33- env : DISTRO=debian:stable PYTHON="3" # 3.4, not 3.5
33+ env : DISTRO=debian:stable PYTHON="3" # 3.7
3434
3535 - stage : test
3636 env : DISTRO=debian:stable PYTHON="3" KRB5_VER="heimdal"
4242 - stage : test
4343 env : DISTRO=fedora:latest PYTHON="3" FLAKE="yes"
4444
45+ # Travis defaults to 10.13 (i.e., not latest), so specify osx_image
4546 - &osx_test
4647 stage : test
4748 env : PYTHON="3" KRB5_VER="heimdal" PYENV="3.6.3"
@@ -51,10 +52,13 @@ jobs:
5152
5253 - &win_test
5354 stage : test
54- env : PYTHON="3" PYENV="3.7.3 "
55+ env : PYTHON="3" PYENV="3.8.1 "
5556 os : windows
5657 language : sh # Windows not supported yet
5758
59+ - << : *win_test
60+ env : PYTHON="3" PYENV="3.7.3"
61+
5862 - << : *win_test
5963 env : PYTHON="3" PYENV="3.6.8"
6064
@@ -122,10 +126,16 @@ jobs:
122126 - ./.travis/deploy-win.sh
123127 env :
124128 - PYTHON="3"
125- - PYENV="3.7.3 "
129+ - PYENV="3.8.1 "
126130 language : sh # Travis doesn't support python here
127131
132+ - << : *win_deploy
133+ env :
134+ - PYTHON="3"
135+ - PYENV="3.7.3"
136+
128137 - << : *win_deploy
129138 env :
130139 - PYTHON="3"
131140 - PYENV="3.6.8"
141+
Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ setup::rh::install() {
6767}
6868
6969setup::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.
7172 pyenv install $PYENV
7273 pyenv global $PYENV
7374 virtualenv -p $( pyenv which python) .venv
You can’t perform that action at this time.
0 commit comments