openbci-archive / OpenBCI_Python

The Python software library designed to work with OpenBCI hardware.
MIT License
510 stars 207 forks source link

Improve Cyton testing #100

Closed ikmckenz closed 6 years ago

ikmckenz commented 6 years ago

This adds testing for the Cyton class, increasing coverage from 13% to 47% as reported by nosetests.

It also improves our Travis testing slightly, installing to ensure that setup.py works correctly and also testing against Python 3.4 properly.

ikmckenz commented 6 years ago

Are there any changes to this PR you would like to see before merging it @andrewjaykeller ?

andrewjaykeller commented 6 years ago

Wow cool thanks!!