shmlast
shmlast copied to clipboard
Update README.md
Current coverage is 86.52% (diff: 100%)
@@ master #2 diff @@
==========================================
Files 12 12
Lines 809 809
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 700 700
Misses 109 109
Partials 0 0
Powered by Codecov. Last update 8008c90...8f30d84
Thanks Lisa! Two comments:
- The mpl version check can be tightened up:
python -c "import matplotlib; print(matplotlib.__version__)" - The pip install can be shortened to
pip install matplotlib=1.5.1.
Cheers!