laurentkneip / opengv

OpenGV is a collection of computer vision methods for solving geometric vision problems. It is hosted and maintained by the Mobile Perception Lab of ShanghaiTech.
Other
1.01k stars 354 forks source link

[ci] Fix travis build #98

Open simogasp opened 5 years ago

simogasp commented 5 years ago

The CI on travis was broken because of the default version of python to use. Now it is building with 3.4 shipped with trusty (https://travis-ci.org/alicevision/opengv/builds/564049917).

Moreover since the library is built with c++11 also the python bindings are now built with that standard.

S.