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:
Takeshi KOMIYA 2020-05-29 02:33:28 +09:00
parent 4ded1d5644
commit cfbd0e6ca7

View File

@ -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'