mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-18 18:05:03 +08:00
Start to use Python 3.8 in the normal CI pipeline
This commit is contained in:
@@ -6,6 +6,7 @@ python:
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
|
||||
env:
|
||||
- JEDI_TEST_ENVIRONMENT=27
|
||||
@@ -13,6 +14,7 @@ env:
|
||||
- JEDI_TEST_ENVIRONMENT=35
|
||||
- JEDI_TEST_ENVIRONMENT=36
|
||||
- JEDI_TEST_ENVIRONMENT=37
|
||||
- JEDI_TEST_ENVIRONMENT=38
|
||||
|
||||
matrix:
|
||||
include:
|
||||
@@ -23,7 +25,7 @@ matrix:
|
||||
# For now ignore pypy, there are so many issues that we don't really need
|
||||
# to run it.
|
||||
#- python: pypy
|
||||
- python: 3.8-dev
|
||||
- python: 3.9-dev
|
||||
env:
|
||||
- JEDI_TEST_ENVIRONMENT=38
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user