os: - linux - osx language: cpp install: - make install_deps - source setup.bash script: - CMAKE_ARGS=-DPYTHON_EXECUTABLE=$(which python2) make && make test