mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Stop testing with nightly python
At present, latest typted_ast does not support python-3.9a1 or later. As a result, nightly python in Travis CI gets errored in nearly running. This stops to use nightly python for testing temporarily. refs: https://github.com/python/typed_ast/issues/129
This commit is contained in:
parent
d09c28deee
commit
227df4ec7a
@ -24,7 +24,7 @@ matrix:
|
||||
env:
|
||||
- TOXENV=du15
|
||||
- PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg"
|
||||
- python: 'nightly'
|
||||
- python: '3.8'
|
||||
env:
|
||||
- TOXENV=du16
|
||||
- python: '3.6'
|
||||
|
Loading…
Reference in New Issue
Block a user