Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-04 17:21:52 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-04 17:21:52 +0300
commit4478f00c4cc2f813d8b62148813bf0dcc734c7e1 (patch)
tree2d50f8d7f6c4cdb3c040bbc20ed4c82d13906a76 /.github
parent218de39462798c8e102ff375b8ee9fb336537041 (diff)
Do testing with python3.5 at GitHub Actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1750a764a..a85e3c8fb 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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