.coveragerc: concurrency = greenlet (#874)

Fixes https://github.com/neovim/python-client/issues/354
This commit is contained in:
Daniel Hahler
2018-08-16 16:37:00 +02:00
committed by GitHub
parent 132d8506ab
commit c6f05cd82c

View File

@@ -1,5 +1,7 @@
[run]
branch = 1
# Used by/for neovim-python-client.
concurrency = greenlet
[report]
include = pythonx/jedi_*.py,test/*