Skip to content

Commit

Permalink
Drop Py27 and Py34 support in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Nov 18, 2019
1 parent d17c559 commit d728821
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,6 @@ language: python

matrix:
include:
- name: "Linux py27"
sudo: required
language: python
python: 2.7
services: docker
env:
- PIP=pip
- CIBW_BUILD="cp27-*"
- COVER="off"

- name: "Linux py34"
sudo: required
language: python
python: 3.4
services: docker
env:
- PIP=pip
- CIBW_BUILD="cp34-*"
- COVER="off"

- name: "Linux py35"
sudo: required
language: python
Expand Down Expand Up @@ -55,22 +35,6 @@ matrix:
- CIBW_BUILD="cp37-*"
- COVER="off"

- name: "MacOS py27"
os: osx
language: generic
env:
- PIP=pip2
- CIBW_BUILD="cp27-*"
- COVER="off"

- name: "MacOS py34"
os: osx
language: generic
env:
- PIP=pip2
- CIBW_BUILD="cp34-*"
- COVER="off"

- name: "MacOS py35"
os: osx
language: generic
Expand Down

0 comments on commit d728821

Please sign in to comment.