timtadh/zhang-shasha

Integrate TravisCI to ensure Python 2/3 compat

petrbel opened this issue · 1 comments

Hi, it would be great to use some kind of CI (eg. TravisCI, which is free for opensource projects). It runs all tests, builds etc. on each commit under different environments (such as python2.6, 2.7, 3.3, 3.4, 3.5 or idk what else). In addition, you can place some kind of icon into the readme in order to easily signal whether the tests passed or not.

did this finally