Skip to content

Commit c1bcad2

Browse files
authored
Merge pull request faif#362 from cclauss/patch-2
Travis CI: Test on Python 3.9
2 parents 355b512 + aa794c8 commit c1bcad2

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py37,py38,cov-report
2+
envlist = py37,py39,cov-report
33

44

55
[testenv]

0 commit comments

Comments
 (0)