Closed ikmckenz closed 6 years ago
:exclamation: No coverage uploaded for pull request base (
master@89f74e3
). Click here to learn what that means. The diff coverage isn/a
.
@@ 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.
YES!!!! I <3 you @ikmckenz
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 havingbluepy==1.0.5
tobluepy>=1.0.5
or something similar. I do not have a Ganglion board to test which minimum version is actually required.