Skip to content

Commit

Permalink
Removed Python 2 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 22, 2019
1 parent 9e7dcea commit b5620ea
Showing 1 changed file with 27 additions and 81 deletions.
108 changes: 27 additions & 81 deletions .travis.yml
Expand Up @@ -24,46 +24,36 @@ matrix:
# Exclude the default Python 3.5 build
- python: 3.5
include:
- name: "2.7 macOS"
os: osx
language: generic
env: MB_PYTHON_VERSION=2.7
- name: "3.5 macOS"
os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.5

- name: "2.7 Xenial"
os: linux
- name: "3.6 macOS"
os: osx
language: generic
env:
- MB_PYTHON_VERSION=2.7
- name: "2.7 Xenial UNICODE_WIDTH=16"
- MB_PYTHON_VERSION=3.6

- name: "3.5 Xenial"
os: linux
env:
- MB_PYTHON_VERSION=2.7
- UNICODE_WIDTH=16
- name: "2.7 Xenial 32-bit"
- MB_PYTHON_VERSION=3.5
- name: "3.5 Xenial 32-bit"
os: linux
env:
- MB_PYTHON_VERSION=2.7
- MB_PYTHON_VERSION=3.5
- PLAT=i686
- name: "2.7 Xenial 32-bit UNICODE_WIDTH=16"
- name: "3.6 Xenial"
os: linux
env:
- MB_PYTHON_VERSION=2.7
- PLAT=i686
- UNICODE_WIDTH=16
- name: "3.5 Xenial"
- MB_PYTHON_VERSION=3.6
- name: "3.6 Xenial 32-bit"
os: linux
env:
- MB_PYTHON_VERSION=3.5

- name: "3.6 macOS"
os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.6
- PLAT=i686

- name: "3.7 macOS"
os: osx
language: generic
Expand All @@ -76,20 +66,6 @@ matrix:
- MB_PYTHON_VERSION=3.8
- MB_PYTHON_OSX_VER=10.9

- name: "3.5 Xenial 32-bit"
os: linux
env:
- MB_PYTHON_VERSION=3.5
- PLAT=i686
- name: "3.6 Xenial"
os: linux
env:
- MB_PYTHON_VERSION=3.6
- name: "3.6 Xenial 32-bit"
os: linux
env:
- MB_PYTHON_VERSION=3.6
- PLAT=i686
- name: "3.7 Xenial"
os: linux
env:
Expand All @@ -109,55 +85,42 @@ matrix:
- MB_PYTHON_VERSION=3.8
- PLAT=i686

- name: "2.7 macOS latest"
- name: "3.5 macOS latest"
os: osx
language: generic
env:
- MB_PYTHON_VERSION=2.7
- MB_PYTHON_VERSION=3.5
- LATEST="true"
- name: "3.5 macOS latest"
- name: "3.6 macOS latest"
os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.5
- MB_PYTHON_VERSION=3.6
- LATEST="true"

- name: "2.7 Xenial latest"
os: linux
env:
- MB_PYTHON_VERSION=2.7
- LATEST="true"
- name: "2.7 Xenial UNICODE_WIDTH=16 latest"
- name: "3.5 Xenial latest"
os: linux
env:
- MB_PYTHON_VERSION=2.7
- UNICODE_WIDTH=16
- MB_PYTHON_VERSION=3.5
- LATEST="true"
- name: "2.7 Xenial 32-bit latest"
- name: "3.5 Xenial 32-bit latest"
os: linux
env:
- MB_PYTHON_VERSION=2.7
- MB_PYTHON_VERSION=3.5
- PLAT=i686
- LATEST="true"
- name: "2.7 Xenial 32-bit UNICODE_WIDTH=16 latest"
- name: "3.6 Xenial latest"
os: linux
env:
- MB_PYTHON_VERSION=2.7
- PLAT=i686
- UNICODE_WIDTH=16
- MB_PYTHON_VERSION=3.6
- LATEST="true"
- name: "3.5 Xenial latest"
- name: "3.6 Xenial 32-bit latest"
os: linux
env:
- MB_PYTHON_VERSION=3.5
- LATEST="true"

- name: "3.6 macOS latest"
os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.6
- PLAT=i686
- LATEST="true"

- name: "3.7 macOS latest"
os: osx
language: generic
Expand All @@ -172,23 +135,6 @@ matrix:
- MB_PYTHON_OSX_VER=10.9
- LATEST="true"

- name: "3.5 Xenial 32-bit latest"
os: linux
env:
- MB_PYTHON_VERSION=3.5
- PLAT=i686
- LATEST="true"
- name: "3.6 Xenial latest"
os: linux
env:
- MB_PYTHON_VERSION=3.6
- LATEST="true"
- name: "3.6 Xenial 32-bit latest"
os: linux
env:
- MB_PYTHON_VERSION=3.6
- PLAT=i686
- LATEST="true"
- name: "3.7 Xenial latest"
os: linux
env:
Expand Down

0 comments on commit b5620ea

Please sign in to comment.