Merge pull request #1916 from dalf/travis-python-version

[mod] .travis.yml: add Python 3.7 and Python 3.8
dependabot/pip/master/sphinx-6.1.3
Markus Heiser 5 years ago committed by GitHub
commit 4e872c2b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,8 +32,10 @@ jobs:
env: PY=2
- python: "3.5"
- python: "3.6"
- python: "3.7"
- python: "3.8"
- stage: docker
python: "3.6"
python: "3.8"
git:
depth: false
services:

Loading…
Cancel
Save