[Pydev-code] support newer coverage version(s)
Brought to you by:
fabioz
From: <Lar...@dl...> - 2016-11-01 08:47:06
|
Hi everybody, according to PyDev-website, the tested and recommended version of coverage is 3.4. This version is 6 years old! In the default Anaconda channels, it is no more available. After finding my coverage-version to be the reason why I didn't get any results, I was able to make it work with coverage 3.7.1, but only for Python=2.7. Python=3.5 requires coverage=4.x! PyDev really is an awesome tool, but this is a sore spot in my opinion. I'd love to further use coverage within Eclipse. Best regards Lars |