openbci-archive / OpenBCI_Python

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

Fix travis #96

Closed ikmckenz closed 6 years ago

ikmckenz commented 6 years ago

This removes the BluePy submodule in order to get Travis CI working. It also greatly simplifies the Travis file. Fixes #95 .

It looks like BluePy was originally a submodule because GitHub had a more up to date version, which was required by the Ganglion board. PyPi now has version 1.2.0, and thus this should not be an issue.

Separately, requirements.txt should probably be updated from having bluepy==1.0.5 to bluepy>=1.0.5 or something similar. I do not have a Ganglion board to test which minimum version is actually required.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@89f74e3). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #96   +/-   ##
=========================================
  Coverage          ?   29.11%           
=========================================
  Files             ?        9           
  Lines             ?     1590           
  Branches          ?        0           
=========================================
  Hits              ?      463           
  Misses            ?     1127           
  Partials          ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 89f74e3...0b3c13d. Read the comment docs.

andrewjaykeller commented 6 years ago

YES!!!! I <3 you @ikmckenz