Closed jbschiratti closed 5 years ago
@jbschiratti can you remove testing on 2.7 by removing this line:
https://github.com/mne-tools/mne-features/blob/master/.travis.yml#L4
it should fix travis
Merging #49 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #49 +/- ##
=======================================
Coverage 93.69% 93.69%
=======================================
Files 10 10
Lines 1221 1221
=======================================
Hits 1144 1144
Misses 77 77
Impacted Files | Coverage Δ | |
---|---|---|
mne_features/mock_numba.py | 100% <100%> (ø) |
:arrow_up: |
mne_features/feature_extraction.py | 95.27% <100%> (ø) |
:arrow_up: |
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 c41ebc4...25472f8. Read the comment docs.
Thx @jbschiratti
This solves #48.