Skip to content

Commit

Permalink
Drop windows wheels for python 3.4 from travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xzkostyan committed Jun 1, 2021
1 parent 1aaa421 commit 639df7b
Showing 1 changed file with 0 additions and 61 deletions.
61 changes: 0 additions & 61 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,67 +211,6 @@ jobs:
on:
tags: true

# - stage: wheels
# name: Wheels for Windows Python 3.4
# os: windows
# language: shell
#
# install:
# - choco install python3 --version 3.4.4.20180111 --sidebyside -y --forcex86 --force --params "/InstallDir:C:\Python34"
# - export VS100COMNTOOLS="$VS140COMNTOOLS"
#
# script:
# - C:/Python34/python -m pip install cibuildwheel==1.1.0
# - C:/Python34/python -m cibuildwheel --platform windows --output-dir wheelhouse
#
# env:
# - CIBW_BUILD='cp34-win32'
# - CIBW_BEFORE_BUILD='python -m pip install cython'
# deploy:
# name: Windows Python 3.4
# provider: releases
# api_key: $GITHUB_TOKEN
# file_glob: true
# file: wheelhouse/*
# skip_cleanup: true
# draft: true
# prerelease: true
# overwrite: true
# on:
# tags: true
#
# - stage: wheels
# name: Wheels for Windows Python 3.4 x64
# os: windows
# language: shell
#
# install:
# - choco install python3 --version 3.4.4.20180111 --sidebyside -y --force --params "/InstallDir:C:\Python34-x64"
# - export VS100COMNTOOLS="$VS140COMNTOOLS"
# - export PATH="C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\bin\\amd64;$PATH"
# - export INCLUDE="C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\Include;C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17134.0\\ucrt;C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17134.0\\shared"
# - export LIB="C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\LIB\\amd64;C:\\Program Files (x86)\\Windows Kits\\10\\lib\\10.0.17134.0\\ucrt\\x64;C:\\Program Files (x86)\\Windows Kits\\10\\lib\\10.0.17134.0\\um\\x64"
#
# script:
# - C:/Python34-x64/python -m pip install cibuildwheel==1.1.0
# - C:/Python34-x64/python -m cibuildwheel --platform windows --output-dir wheelhouse
#
# env:
# - CIBW_BUILD='cp34-win_amd64'
# - CIBW_BEFORE_BUILD='python -m pip install cython'
# deploy:
# name: Windows Python 3.4 x64
# provider: releases
# api_key: $GITHUB_TOKEN
# file_glob: true
# file: wheelhouse/*
# skip_cleanup: true
# draft: true
# prerelease: true
# overwrite: true
# on:
# tags: true

- stage: wheels
name: Wheels for Windows
os: windows
Expand Down

0 comments on commit 639df7b

Please sign in to comment.