pygolang: Fix build on Python3
Jérome reports that Pygolang build on Python3 fails because geventmp turned out to be not pinned:
Geventmp is indeed used by pygolang only on Python3
and with Python2-only testing I missed to handle it.
-> Fix it and add test for pygolang/py3.
/cc @jerome