Revert "Fix #2492 - Remove all Deoplete support for now"

This reverts commit 975cc7af8f.
This commit is contained in:
w0rp
2019-05-21 13:53:09 +01:00
parent 89db85121c
commit 3e3801e81e
5 changed files with 235 additions and 4 deletions

View File

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