dbic / heudiconv

little helper to ease DICOM conversion to ready-to-share folder with heuristics
Other
0 stars 1 forks source link

TST: enable travis Python 3 tests #27

Closed matthew-brett closed 7 years ago

matthew-brett commented 7 years ago

Enable Python 3 tests on travis. These are currently failing - see: https://travis-ci.org/matthew-brett/heudiconv/jobs/238120051

This is due to some Python 3 bugs in heudiconv, but there may be some problems with dcmstack also; although I have installed a WIP PR version of dcmstack for Python 3, it has not been much tested.

codecov-io commented 7 years ago

Codecov Report

Merging #27 into enh-dbic2 will decrease coverage by 0.23%. The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff              @@
##           enh-dbic2      #27      +/-   ##
=============================================
- Coverage       75.3%   75.07%   -0.24%     
=============================================
  Files              6        6              
  Lines            976      979       +3     
=============================================
  Hits             735      735              
- Misses           241      244       +3
Impacted Files Coverage Δ
tests/test_main.py 100% <ø> (ø) :arrow_up:
bin/heudiconv 71.22% <100%> (-0.26%) :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 0f6fccc...7801ded. Read the comment docs.

matthew-brett commented 7 years ago

Tests seem to be passing now, on Python 2 and 3.

yarikoptic commented 7 years ago

thanks!