update python build location in travis script

release/4.3a0
Varun Agrawal 2020-07-04 20:42:15 -04:00
parent d2f69eeab4
commit cb151dd9ee
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ cmake $CURRDIR -DCMAKE_BUILD_TYPE=Release \
make -j$(nproc) install
cd $CURRDIR/../gtsam_install/cython
cd cython
sudo $PYTHON setup.py install