ci/cd: use python 3.8 for mkdocs deploy

pull/212/head
iwilltry42 4 years ago
parent 60f0d017d2
commit 5fd9d1e69f
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
  1. 2
      .travis.yml

@ -30,7 +30,7 @@ matrix:
tags: true
- dist: bionic
language: python
python: 3
python: 3.8
before_script:
- python3 -m pip install -r docs/requirements.txt
script:

Loading…
Cancel
Save