camillescott / shmlast

blast, shmlast
Other
21 stars 7 forks source link

Update README.md #2

Open johnsolk opened 8 years ago

codecov-io commented 8 years ago

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

camillescott commented 8 years ago

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!