baccuslab / pyret

Python tools for analysis of neurophysiology data
https://pyret.readthedocs.io/en/master/
MIT License
35 stars 8 forks source link

PR for Python 2.7 support #87

Closed bnaecker closed 7 years ago

bnaecker commented 7 years ago

Commit adds support for Python 2.7 and updates setup.py/quickstart.rst to make this clear. Passes all tests.

codecov-io commented 7 years ago

Current coverage is 96.02% (diff: 100%)

Merging #87 into master will increase coverage by 0.07%

@@             master        #87   diff @@
==========================================
  Files             7          7          
  Lines           518        528    +10   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            497        507    +10   
  Misses           21         21          
  Partials          0          0          

Powered by Codecov. Last update c8c0394...8ab03d5

nirum commented 7 years ago

Closes #83