Skip to content

Commit 97d28fe

Browse files
committed
py2 removal from CI
1 parent 4e23a93 commit 97d28fe

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ matrix:
1010
dist: bionic
1111

1212
include:
13-
- os: linux
14-
python: "2.7"
1513
- os: linux
1614
python: "3.5"
1715
- os: linux
@@ -27,10 +25,6 @@ matrix:
2725
python: "3.9-dev"
2826
dist: bionic
2927

30-
- os: osx
31-
language: generic
32-
env:
33-
- OSXENV=2.7.14
3428
- os: osx
3529
language: generic
3630
env:

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ image: Visual Studio 2017
44

55
environment:
66
matrix:
7-
- PYTHON: "C:\\Python27"
8-
PYVER: 2
9-
BITS: 32
107
- PYTHON: "C:\\Python36"
118
PYVER: 3
129
BITS: 32
@@ -16,9 +13,6 @@ environment:
1613
- PYTHON: "C:\\Python38"
1714
PYVER: 3
1815
BITS: 32
19-
- PYTHON: "C:\\Python27-x64"
20-
PYVER: 2
21-
BITS: 64
2216
- PYTHON: "C:\\Python36-x64"
2317
PYVER: 3
2418
BITS: 64

0 commit comments

Comments
 (0)