Dave Halter
6193c9fd95
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.
2020-08-04 15:22:38 +02:00
Dave Halter
acbb712906
Try and update the CI from Ubuntu 16.04 to 18.04
2020-08-04 15:11:30 +02:00
Daniel Hahler
a3696bee36
ci: upload coverage always
2020-02-03 01:37:10 +01:00
Daniel Hahler
ea4de13344
Minor CI/test improvements ( #992 )
...
* ci: Travis: pip-list, nvim-version
* tests: remove unused fixture argument
2020-02-02 07:10:11 +01:00
Daniel Hahler
7dfc56992a
ci: Travis: test with py38 also
2020-01-10 17:51:51 +01:00
Daniel Hahler
ac6b2f1e3e
ci: Travis: slighty improve codecov-bash invocation ( #967 )
2019-12-05 23:09:19 +01:00
Daniel Hahler
c5c13d69d6
ci: Travis: Ubuntu Xenial, and pynvim ( #908 )
2019-02-05 20:03:33 +01:00
Daniel Hahler
88502891ba
Report coverage ( #863 )
2018-07-30 22:45:06 +02:00
Daniel Hahler
ffec4d7fc5
Test with Neovim
2018-07-30 14:24:53 +02:00
Daniel Hahler
ee0f759a2e
qa: add flake8 to check make target
2018-07-15 20:57:27 +02:00
Dave Halter
fb52e32238
Try installing Python3.6 in travis
2017-10-19 09:20:43 +02:00
Dave Halter
109ceeb2f8
Add the tests again to travis
2017-10-19 09:20:43 +02:00
Dave Halter
ce6b60063d
Use python3.6 for tests.
2017-10-19 09:20:43 +02:00
Daniel Hahler
682f37792d
Move Travis targets to Makefile
...
This allows for calling them easily locally.
2017-02-22 11:36:01 +01:00
Daniel Hahler
eba90e615d
Style fixes (via vint) ( #662 )
...
This also adds a augroup for `jedi#add_goto_window`.
2017-01-29 11:55:55 +01:00
Daniel Hahler
99132ec545
Fix Travis: remove --use-mirrors for pip ( #609 )
...
* Travis: use sudo: false (container based builds)
* Travis: remove --use-mirrors for pip-install
The option is not valid anymore with pip 8.1.2 apparently
(https://travis-ci.org/davidhalter/jedi-vim/builds/152006664 ).
2016-08-16 00:51:45 +02:00
David Halter
dcf884a6ca
move vim version stuff to travis config
2013-08-23 11:29:34 +04:30
David Halter
b8ff144ed5
jedi-vim tests basics
2013-08-22 17:48:58 +04:30