summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorErwin Coumans <erwincoumans@erwincoumans-macbookpro2.roam.corp.google.com>2017-11-28 22:17:24 -0800
committerErwin Coumans <erwincoumans@erwincoumans-macbookpro2.roam.corp.google.com>2017-11-28 22:17:24 -0800
commiteb9c252147d5037b3b00bb5311d5748805d5cb88 (patch)
treeb37c6322a4a9c8c7af4a7fb682c905a4a396f4d0 /.travis.yml
parentec0a182a124731d3968e13419db4e3110b7954b6 (diff)
downloadbullet3-eb9c252147d5037b3b00bb5311d5748805d5cb88.tar.gz
update travis to add setuptools
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 20e5c857a..18817a077 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,10 @@ addons:
script:
- echo "CXX="$CXX
- echo "CC="$CC
+ - pip install -U pip wheel
+ - pip install setuptools
+ - sudo python3 setup.py install
+ - python3 examples/pybullet/unittests/unittests.py
- cmake . -DBUILD_PYBULLET=ON -G"Unix Makefiles" #-DCMAKE_CXX_FLAGS=-Werror
- make -j8
- ctest -j8 --output-on-failure
@@ -26,5 +30,3 @@ script:
- make -j8
- ctest -j8 --output-on-failure
- sudo make install
- - sudo python3 setup.py install
- - python3 examples/pybullet/unittests/unittests.py