openbci-archive / OpenBCI_Python

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

Fix Travis more permanently #132

Open ikmckenz opened 4 years ago

ikmckenz commented 4 years ago

This will be a work in progress until I finish stripping out everything Travis doesn't need, to prevent this error from effecting us in the future. Don't merge until it's done. This is fixes #131 .

Edit: Easy as predicted, this is ready to merge.

codecov-io commented 4 years ago

Codecov Report

Merging #132 into master will decrease coverage by 0.12%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
- Coverage   37.46%   37.34%   -0.13%     
==========================================
  Files           9        9              
  Lines        1588     1588              
==========================================
- Hits          595      593       -2     
- Misses        993      995       +2
Impacted Files Coverage Δ
openbci/utils/ssdp.py 26.66% <0%> (-4.45%) :arrow_down:

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 25232ac...0fd03cc. Read the comment docs.

ikmckenz commented 4 years ago

Okay, build fixed and working. But now I will go through and chop out all the excess stuff that is in there, so this doesn't impact us again in the future.

ikmckenz commented 4 years ago

Well that was easy, turns out we didn't need any of those apt installs. This should be ready to merge.