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.
1 parent f6adf63 commit f5d0a43Copy full SHA for f5d0a43
.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
0 commit comments