Test Python 3.8 on GHA

This commit is contained in:
Hugo 2019-11-04 22:55:50 +02:00
parent 3663af1967
commit 9a247bd597
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