We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 355b512 + aa794c8 commit c1bcad2Copy full SHA for c1bcad2
.travis.yml
@@ -1,21 +1,19 @@
1
-dist: xenial
+os: linux
2
+dist: focal
3
language: python
4
-sudo: false
5
-
6
-matrix:
+jobs:
7
include:
8
- python: "3.7"
9
env: TOXENV=py37
10
- - python: "3.8"
11
- env: TOXENV=py38
+ - python: "3.9"
+ env: TOXENV=py39
12
13
cache:
14
- pip
15
16
install:
17
- - pip install tox
18
- - pip install codecov
+ - pip install codecov tox
19
20
script:
21
- tox
tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py37,py38,cov-report
+envlist = py37,py39,cov-report
[testenv]
0 commit comments