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:
Takeshi KOMIYA 2020-01-08 13:14:20 +09:00
parent d09c28deee
commit 227df4ec7a

View File

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