Skip to content

Commit f5d0a43

Browse files
authored
Travis CI: Test on Python 3.9
1 parent f6adf63 commit f5d0a43

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.travis.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1-
dist: xenial
1+
os: linux
2+
dist: focal
23
language: python
34

4-
sudo: false
5-
6-
matrix:
5+
jobs:
76
include:
87
- python: "3.7"
98
env: TOXENV=py37
10-
- python: "3.8"
11-
env: TOXENV=py38
9+
- python: "3.9"
10+
env: TOXENV=py39
1211

1312
cache:
1413
- pip
1514

1615
install:
17-
- pip install tox
18-
- pip install codecov
16+
- pip install codecov tox
1917

2018
script:
2119
- tox

0 commit comments

Comments
 (0)