mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #7743 from tk0miya/test_with_py3.10
Test with python 3.10 (in master)
This commit is contained in:
commit
88a3548a82
@ -21,9 +21,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
- TOXENV=du16
|
- TOXENV=du16
|
||||||
- PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg"
|
- PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg"
|
||||||
- python: 'nightly'
|
- python: '3.9-dev'
|
||||||
env:
|
env:
|
||||||
- TOXENV=py39
|
- TOXENV=py39
|
||||||
|
- python: 'nightly'
|
||||||
|
env:
|
||||||
|
- TOXENV=py310
|
||||||
- python: '3.6'
|
- python: '3.6'
|
||||||
env: TOXENV=docs
|
env: TOXENV=docs
|
||||||
- python: '3.6'
|
- python: '3.6'
|
||||||
|
Loading…
Reference in New Issue
Block a user