Closed ultimateboy closed 8 years ago
@kmala, @mboersma and @arschles are potential reviewers of this pull request based on my analysis of git blame
information. Thanks @ultimateboy!
Do we want to add this to the .travis.yml
so that CI runs it?
Thanks @helgi and @Joshua-Anderson. Comments have been addressed.
Do you know what python version travis-ci defaults to when not using python language builds? I don't know if it matters if we are using python3 or not, but we might want to explicitly select it with source ~/virtualenv/python3.5/bin/activate
I believe they default to 2.7 - This project probably shouldn't have go
as the language?
@Joshua-Anderson good catch. I'm not all that familiar with Travis (yet!) but I just changed the language to python and set the version to 2.7. Seems like this code is not quite ready for python 3, so I'll leave that for another PR.
@Joshua-Anderson ahhh, that's good to know! Fixed.
Fixes #8