summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Coumans <erwincoumans@google.com>2020-08-31 20:33:38 +0000
committerErwin Coumans <erwincoumans@google.com>2020-08-31 20:33:38 +0000
commitf0352ee69269dbd453ce860851d368aea0f5727c (patch)
tree4d9255f4676a35a733acd0aa344af019cce3a47b
parent9888e7b5a5ebefcd7b86a46c245cbba580b1b3a6 (diff)
downloadbullet3-f0352ee69269dbd453ce860851d368aea0f5727c.tar.gz
try to fix travis error
-rwxr-xr-x.ci/script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/script.sh b/.ci/script.sh
index 7fff323bf..f213df283 100755
--- a/.ci/script.sh
+++ b/.ci/script.sh
@@ -9,7 +9,7 @@ if [[ "$TRAVIS_OS_NAME" == "linux" && "$CXX" = "g++" ]]; then
$SUDO apt-get install -y python3-pip
$SUDO pip3 install -U wheel
$SUDO pip3 install -U setuptools
- $SUDO python3 setup.py install
+ python3 setup.py install --user
python3 examples/pybullet/unittests/unittests.py --verbose
python3 examples/pybullet/unittests/userDataTest.py --verbose
python3 examples/pybullet/unittests/saveRestoreStateTest.py --verbose