File tree Expand file tree Collapse file tree 2 files changed +4
-31
lines changed Expand file tree Collapse file tree 2 files changed +4
-31
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ script:
2929jobs :
3030 # need to explictly define each builder for test due to different os types
3131 include :
32- - stage : test
33- env : DISTRO=debian:stable PYTHON="2"
34-
3532 - stage : test
3633 env : DISTRO=debian:stable PYTHON="3" # 3.4, not 3.5
3734
@@ -45,32 +42,22 @@ jobs:
4542 - stage : test
4643 env : DISTRO=fedora:latest PYTHON="3" FLAKE="yes"
4744
48- - stage : test
49- env : DISTRO=fedora:latest PYTHON="2"
50-
5145 - &osx_test
5246 stage : test
53- env : PYTHON="2 " KRB5_VER="heimdal" PYENV="2.7.14 "
47+ env : PYTHON="3 " KRB5_VER="heimdal" PYENV="3.6.3 "
5448 os : osx
5549 osx_image : xcode9.2
5650 language : generic # causes issues with pyenv installer when set to python
5751
58- - << : *osx_test
59- env : PYTHON="3" KRB5_VER="heimdal" PYENV="3.6.3"
60-
6152 - &win_test
6253 stage : test
63- env : PYTHON="2 " PYENV="2 .7.16" EXTRA_BUILDEXT="--compiler=mingw32 "
54+ env : PYTHON="3 " PYENV="3 .7.3 "
6455 os : windows
6556 language : sh # Windows not supported yet
6657
6758 - << : *win_test
6859 env : PYTHON="3" PYENV="3.6.8"
6960
70- - << : *win_test
71- env : PYTHON="3" PYENV="3.7.3"
72-
73-
7461 - stage : deploy latest docs
7562 script : skip
7663 env :
8875 on :
8976 all_branches : true
9077
91-
9278 - stage : deploy
9379 script : skip
9480 env :
@@ -135,17 +121,11 @@ jobs:
135121 - ./.travis/before-deploy-windows-wheels.sh
136122 - ./.travis/deploy-win.sh
137123 env :
138- - PYTHON="2"
139- - PYENV="2.7.16"
140- - EXTRA_BUILDEXT="--compiler=mingw32"
124+ - PYTHON="3"
125+ - PYENV="3.7.3"
141126 language : sh # Travis doesn't support python here
142127
143128 - << : *win_deploy
144129 env :
145130 - PYTHON="3"
146131 - PYENV="3.6.8"
147-
148- - << : *win_deploy
149- env :
150- - PYTHON="3"
151- - PYENV="3.7.3"
Original file line number Diff line number Diff line change @@ -83,13 +83,6 @@ setup::windows::install() {
8383 # Update path to include them
8484 export PATH=" $PYPATH :$PYPATH /Scripts:/c/Program Files/MIT/Kerberos/bin:$PATH "
8585
86- if [ " ${PYENV: 0: 1} " == " 2" ]; then
87- choco install vcredist2008
88- # Skip dotnet dependency:
89- # https://github.com/fredrikaverpil/vcpython27/pull/3
90- choco install --ignore-dependencies vcpython27
91- fi
92-
9386 python -m pip install --upgrade pip
9487}
9588
You can’t perform that action at this time.
0 commit comments