shmlast icon indicating copy to clipboard operation
shmlast copied to clipboard

Update README.md

Open johnsolk opened this issue 9 years ago • 2 comments

johnsolk avatar Nov 01 '16 18:11 johnsolk

Current coverage is 86.52% (diff: 100%)

Merging #2 into master will not change coverage

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

codecov-io avatar Nov 01 '16 18:11 codecov-io

Thanks Lisa! Two comments:

  1. The mpl version check can be tightened up: python -c "import matplotlib; print(matplotlib.__version__)"
  2. The pip install can be shortened to pip install matplotlib=1.5.1.

Cheers!

camillescott avatar Nov 01 '16 20:11 camillescott