mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
ci: Travis: test with py38 also
This commit is contained in:
committed by
Dave Halter
parent
2572136fcb
commit
7dfc56992a
@@ -10,6 +10,8 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- env: ENV=test_coverage
|
- env: ENV=test_coverage
|
||||||
python: 2.7
|
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