mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 13:34:46 +08:00
Revert "Fix #2492 - Remove all Deoplete support for now"
This reverts commit 975cc7af8f.
This commit is contained in:
@@ -67,4 +67,14 @@ echo
|
||||
|
||||
test/script/check-toc || exit_code=$?
|
||||
|
||||
echo '========================================'
|
||||
echo 'Check Python code'
|
||||
echo '========================================'
|
||||
echo
|
||||
|
||||
docker run --rm -v "$PWD:/testplugin" "$DOCKER_RUN_IMAGE" \
|
||||
python -W ignore -m unittest discover /testplugin/test/python \
|
||||
|| exit_code=$?
|
||||
echo
|
||||
|
||||
exit $exit_code
|
||||
|
||||
Reference in New Issue
Block a user