mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
Remove the Python 2 support
It should mostly still work (except for :Pyimport), but it won't pass all the tests anymore. Since I'm dropping Python 2 in Jedi anyways, it makes sense to also remove it here.
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -2,16 +2,9 @@ dist: bionic
|
|||||||
language: python
|
language: python
|
||||||
python: 3.8
|
python: 3.8
|
||||||
env:
|
env:
|
||||||
matrix:
|
- ENV=test
|
||||||
- ENV=test
|
- ENV=check
|
||||||
- ENV=check
|
- ENV=test_coverage
|
||||||
- ENV=test_coverage
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- env: ENV=test_coverage
|
|
||||||
python: 2.7
|
|
||||||
- env: ENV=test_coverage
|
|
||||||
python: 3.8
|
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
if [ "$ENV" = "test" ]; then
|
if [ "$ENV" = "test" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user