Skip to content

Commit

Permalink
Remove the Python 2 support
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
davidhalter committed Aug 4, 2020
1 parent acbb712 commit 6193c9f
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@ dist: bionic
language: python
python: 3.8
env:
matrix:
- ENV=test
- ENV=check
- ENV=test_coverage
matrix:
include:
- env: ENV=test_coverage
python: 2.7
- env: ENV=test_coverage
python: 3.8
- ENV=test
- ENV=check
- ENV=test_coverage
install:
- |
if [ "$ENV" = "test" ]; then
Expand Down

0 comments on commit 6193c9f

Please sign in to comment.