From cb151dd9ee9426f60c371c4a49c043726f7a4afa Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Sat, 4 Jul 2020 20:42:15 -0400 Subject: [PATCH] update python build location in travis script --- .travis.python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.python.sh b/.travis.python.sh index 1ef5799aa..772311f38 100644 --- a/.travis.python.sh +++ b/.travis.python.sh @@ -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