Re: Python 2/3 compatibility

2016-09-29 Thread Omkar Reddy
Hi Alex, Yes that is a good effort, me and Lewis have worked on podaacpy in the past week, we made it compatible to both python2.x and python3.x. This is was done keeping the Earth Science community in mind. So there would be no troubles from podaac integration and I would be glad to join you guys

Re: Python 2/3 compatibility

2016-09-29 Thread Goodman, Alexander (398K)
Hi Lewis, Glad we are on the same page, and that sounds like a fantastic idea. I can get around to committing that change to master tomorrow. Thanks, Alex On Thu, Sep 29, 2016 at 6:21 PM, lewis john mcgibbney wrote: > Hi Alex, > I couldn't agree more. > One way we could immediately find out is

Re: Python 2/3 compatibility

2016-09-29 Thread lewis john mcgibbney
Hi Alex, I couldn't agree more. One way we could immediately find out is to also build against Python version 2.7, 3.1, 3.2, 3.3, 3.4 and 3.5 within travis.yml https://github.com/apache/climate/blob/master/.travis.yml#L18-L19 Do you want to go ahead and commit the change to master... let travis CI