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-08 20:50:08 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-08 20:50:08 +0300
commitbbcd471557ba0851aaa96fc9eaf7b2f27be9f873 (patch)
treeac85aeb8526b3d1f99c163a74944332384927553 /.github
parenta3145beddf1aaf4d1bd76c0670473f0e7d8f4b64 (diff)
parent7db3633778a24c4fc90c8a0ceb2318d6df7cf4e3 (diff)
Merge branch '3.x'
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 6d5a8aa0f..f277255cf 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- name: [py36, py37, py38]
+ name: [py36, py37, py38, py39]
include:
- name: py36
python: 3.6
@@ -19,6 +19,9 @@ jobs:
- name: py38
python: 3.8
docutils: du15
+ - name: py39
+ python: 3.9
+ docutils: du16
coverage: "--cov ./ --cov-append --cov-config setup.cfg"
env:
PYTEST_ADDOPTS: ${{ matrix.coverage }}