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 3a4be1c commit 28e3ca5Copy full SHA for 28e3ca5
.travis.yml
@@ -28,17 +28,20 @@ matrix:
28
dist: xenial
29
30
- name: Linting
31
- python: "3.6"
+ python: "3.8"
32
+ dist: xenial
33
install:
34
- pip install tox
35
script: tox -e linters
36
- - python: "3.6"
37
+ - python: "3.8"
38
39
name: Distribution packages
40
install: []
41
script: make travis-upload-dist
42
43
44
45
name: Build documentation
46
47
script: make travis-upload-docs
0 commit comments