mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Do testing with python3.5 at GitHub Actions
This commit is contained in:
parent
218de39462
commit
4478f00c4c
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -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
|
||||
|
@ -11,9 +11,6 @@ env:
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- python: '3.5'
|
||||
env:
|
||||
- TOXENV=du12
|
||||
- python: '3.8'
|
||||
env:
|
||||
- TOXENV=du15
|
||||
|
Loading…
Reference in New Issue
Block a user