Do testing with python3.5 at GitHub Actions

This commit is contained in:
Takeshi KOMIYA 2020-11-04 23:21:52 +09:00
parent 218de39462
commit 4478f00c4c
2 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,11 @@ jobs:
strategy:
fail-fast: false
matrix:
name: [py36, py37]
name: [py35, py36, py37]
include:
- name: py35
python: 3.5
docutils: du12
- name: py36
python: 3.6
docutils: du13

View File

@ -11,9 +11,6 @@ env:
jobs:
include:
- python: '3.5'
env:
- TOXENV=du12
- python: '3.8'
env:
- TOXENV=du15