GHA: Test Python 3.8 on Linux/macOS (#4196)

GHA: Test Python 3.8 on Linux/macOS
This commit is contained in:
Hugo van Kemenade 2019-11-05 16:23:20 +02:00 committed by GitHub
commit 9c78c3f972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: ["3.7"] python-version: ["3.8"]
name: Python ${{ matrix.python-version }} name: Python ${{ matrix.python-version }}

View File

@ -14,9 +14,10 @@ jobs:
] ]
python-version: [ python-version: [
"pypy3", "pypy3",
"3.8",
"3.7", "3.7",
"3.5",
"3.6", "3.6",
"3.5",
] ]
include: include:
- python-version: "3.5" - python-version: "3.5"
@ -53,7 +54,7 @@ jobs:
.travis/test.sh .travis/test.sh
- name: Docs - name: Docs
if: matrix.python-version == 3.7 if: matrix.python-version == 3.8
run: | run: |
pip install sphinx-rtd-theme pip install sphinx-rtd-theme
make doccheck make doccheck