|
Repo Added
|
Files
592
|
Badge
README BADGES
|
push
travis-ci
Cleanup wheel cache properly Attribute `self.wheel_cache` has been removed in f6de247b3, thus `self.wheel_cache.cleanup()` will allways throw the AttributeError and `wheel_cache.cleanup()` will never be called as supposed to be. WheelCache.cleanup() has been introduced in `pip==10.0.0`. It's better to check pip version explicitly (LBYL) rather than ask for forgiveness (EAFP).
652 of 661 branches covered (98.64%)
Branch coverage included in aggregate %.
2262 of 2273 relevant lines covered (99.52%)
49.9 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|