junzis / pyModeS

Python decoder for Mode S and ADS-B signals
GNU General Public License v3.0
536 stars 153 forks source link

Fix imports for Python 3 #3

Closed astrofrog closed 8 years ago

astrofrog commented 8 years ago

This is required to get the code running on Python 3.

There may be some other fixes that are needed but I couldn't figure out how to run the tests. Would you have any objections to me opening a pull request to convert the tests over to a testing framework such as py.test? (this won't actually be much change). It would also be nice to set up Travis for continuous integration, which I can also do as part of my pull request if you are interested?

watterso commented 8 years ago

hi @astrofrog, I also forked this repo and did some travis / testing legwork, but I've stopped working on it. Going through the commits on my fork might help you in making that other branch.

junzis commented 8 years ago

@astrofrog, thanks for the pull requests! And yes, please feel free to convert the current unit test to some sort of the CI platform. Your merges would be very appreciated! @watterso