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
strategy:
matrix:
python-version: ["3.7"]
python-version: ["3.8"]
name: Python ${{ matrix.python-version }}

View File

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