forked from VimPlug/jedi
Remove Python 3.9 dev build from travis, it's not needed
This commit is contained in:
@@ -25,9 +25,10 @@ matrix:
|
|||||||
# For now ignore pypy, there are so many issues that we don't really need
|
# For now ignore pypy, there are so many issues that we don't really need
|
||||||
# to run it.
|
# to run it.
|
||||||
#- python: pypy
|
#- python: pypy
|
||||||
- python: 3.9-dev
|
# The 3.9 dev build does not seem to be available end 2019.
|
||||||
env:
|
#- python: 3.9-dev
|
||||||
- JEDI_TEST_ENVIRONMENT=38
|
# env:
|
||||||
|
# - JEDI_TEST_ENVIRONMENT=38
|
||||||
install:
|
install:
|
||||||
- pip install --quiet tox-travis
|
- pip install --quiet tox-travis
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user