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:
Dave Halter
2020-08-04 15:22:38 +02:00
parent acbb712906
commit 6193c9fd95

View File

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