Skip to content

Commit 1a0de4b

Browse files
committed
[travis] Reduce to single Linux build
Switching main builds to github actions, but keeping travis with a single linux build for the time being.
1 parent 7ac60aa commit 1a0de4b

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.travis.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,10 @@ dist: trusty
44
language: python
55

66
matrix:
7-
allow_failures:
8-
- os: linux
9-
python: "3.9-dev"
10-
dist: bionic
11-
127
include:
13-
- os: linux
14-
python: "3.5"
15-
- os: linux
16-
python: "3.6"
17-
env: COVERALLS=1
18-
- os: linux
19-
python: "3.7"
20-
dist: xenial
218
- os: linux
229
python: "3.8"
2310
dist: xenial
24-
- os: linux
25-
python: "3.9-dev"
26-
dist: bionic
2711

2812
install:
2913
- export PYVER=${TRAVIS_PYTHON_VERSION:0:1}

0 commit comments

Comments
 (0)