Add cmake to path for travis

This commit is contained in:
Davis King 2017-07-11 20:46:29 -04:00
parent 4dd11beb2e
commit c07a5ccbd1
1 changed files with 1 additions and 0 deletions

View File

@ -21,5 +21,6 @@ if [ "$VARIANT" = "python-api" ]; then
echo "!!!!!!! NOW BUILD VIA SETUP.PY !!!!!!!"
cd ..
PATH="cmake/bin:$PATH"
python setup.py build
fi