neurospin / pypreprocess

Preprocessing scripts for neuro imaging
105 stars 66 forks source link

[MRG] Python3 compatibility #266

Closed lesteve closed 7 years ago

lesteve commented 7 years ago

Fix #128.

I added a build entry in Travis for Python 3 and it should pass the test on Python 3

I also made sure that examples/easy_start/nipype_preproc_spm_auditory.py run fine locally.

There are still some dodgy things like some map that I have not changed.

bthirion commented 7 years ago

LGTM. Thanx a lot, this is super useful for the good of the project !

dohmatob commented 7 years ago

Thanks plentifully, @lesteve. Merging.