Skip to content

Commit 44b9819

Browse files
committed
Update CI
1 parent 4187397 commit 44b9819

File tree

3 files changed

+7
-36
lines changed

3 files changed

+7
-36
lines changed

.appveyor.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@ os: Visual Studio 2015
44

55
environment:
66
matrix:
7-
- PYTHON: "C:\\Python27"
8-
- PYTHON: "C:\\Python27-x64"
9-
- PYTHON: "C:\\Python34"
10-
- PYTHON: "C:\\Python34-x64"
11-
- PYTHON: "C:\\Python35"
12-
- PYTHON: "C:\\Python35-x64"
137
- PYTHON: "C:\\Python36"
148
- PYTHON: "C:\\Python36-x64"
159
- PYTHON: "C:\\Python37"
1610
- PYTHON: "C:\\Python37-x64"
11+
- PYTHON: "C:\\Python38"
12+
- PYTHON: "C:\\Python38-x64"
1713

1814
build_script:
1915
- "git --no-pager log -n2"

.travis.yml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
11
language: python
2-
sudo: false
3-
dist: trusty
2+
dist: bionic
43

54
matrix:
65
include:
7-
- python: 3.6
6+
- python: 3.8
87
env: CHECK_DOCS=1
9-
- python: 3.6
8+
- python: 3.8
109
env: CHECK_FORMATTING=1
11-
- python: pypy
12-
- python: pypy3.5
13-
- python: 2.7
14-
- python: 3.4
15-
- python: 3.5.0
16-
- python: 3.5.2
10+
- python: pypy3.6-7.2.0
1711
- python: 3.6
1812
- python: 3.7
19-
dist: xenial
20-
sudo: required
21-
- python: 3.8-dev
22-
dist: xenial
23-
sudo: required
13+
- python: 3.8
2414

2515

2616
script:

tests/conftest.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)