MattClarkson / CMakeCatchTemplate

Template C++ project using CMake, CTest, Catch, and a SuperBuild for dependencies such as Boost, gflags, glog, VTK, OpenCV and PCL.
BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

Fix job matrix for travis #65

Open MattClarkson opened 4 years ago

MattClarkson commented 4 years ago

Currently, it works due to using trusty which presumably doesn't have python 3.6 installed as default.

But on xenial, we are specifying python 3.6, and then to also exclude python 3.6, which excludes all jobs.