Skip to content

Commit 28e3ca5

Browse files
committed
chore: Upgrade all linter/docs Travis jobs to 3.8
1 parent 3a4be1c commit 28e3ca5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,20 @@ matrix:
2828
dist: xenial
2929

3030
- name: Linting
31-
python: "3.6"
31+
python: "3.8"
32+
dist: xenial
3233
install:
3334
- pip install tox
3435
script: tox -e linters
3536

36-
- python: "3.6"
37+
- python: "3.8"
38+
dist: xenial
3739
name: Distribution packages
3840
install: []
3941
script: make travis-upload-dist
4042

41-
- python: "3.6"
43+
- python: "3.8"
44+
dist: xenial
4245
name: Build documentation
4346
install: []
4447
script: make travis-upload-docs

0 commit comments

Comments
 (0)