mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-15 08:26:42 +08:00
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
|
||||
# to run it.
|
||||
#- python: pypy
|
||||
- python: 3.9-dev
|
||||
env:
|
||||
- JEDI_TEST_ENVIRONMENT=38
|
||||
# The 3.9 dev build does not seem to be available end 2019.
|
||||
#- python: 3.9-dev
|
||||
# env:
|
||||
# - JEDI_TEST_ENVIRONMENT=38
|
||||
install:
|
||||
- pip install --quiet tox-travis
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user