mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Test with python 3.10
It seems "nightly" python in Travis CI has been changed to 3.10.0a0. This starts to test with 3.10!
This commit is contained in:
parent
4ded1d5644
commit
cfbd0e6ca7
@ -21,9 +21,12 @@ jobs:
|
||||
env:
|
||||
- TOXENV=du16
|
||||
- PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg"
|
||||
- python: 'nightly'
|
||||
- python: '3.9-dev'
|
||||
env:
|
||||
- TOXENV=py39
|
||||
- python: 'nightly'
|
||||
env:
|
||||
- TOXENV=py310
|
||||
- python: '3.6'
|
||||
env: TOXENV=docs
|
||||
- python: '3.6'
|
||||
|
Loading…
Reference in New Issue
Block a user