We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e23a93 commit 97d28feCopy full SHA for 97d28fe
2 files changed
.travis.yml
@@ -10,8 +10,6 @@ matrix:
10
dist: bionic
11
12
include:
13
- - os: linux
14
- python: "2.7"
15
- os: linux
16
python: "3.5"
17
@@ -27,10 +25,6 @@ matrix:
27
25
python: "3.9-dev"
28
26
29
30
- - os: osx
31
- language: generic
32
- env:
33
- - OSXENV=2.7.14
34
- os: osx
35
language: generic
36
env:
appveyor.yml
@@ -4,9 +4,6 @@ image: Visual Studio 2017
4
5
environment:
6
matrix:
7
- - PYTHON: "C:\\Python27"
8
- PYVER: 2
9
- BITS: 32
- PYTHON: "C:\\Python36"
PYVER: 3
BITS: 32
@@ -16,9 +13,6 @@ environment:
- PYTHON: "C:\\Python38"
18
19
- - PYTHON: "C:\\Python27-x64"
20
21
- BITS: 64
22
- PYTHON: "C:\\Python36-x64"
23
24
BITS: 64
0 commit comments