add pybullet unittests.py with travis support

This commit is contained in:
Erwin Coumans
2017-11-28 21:53:26 -08:00
parent 8ff75e11cd
commit ec0a182a12
3 changed files with 50 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ addons:
packages:
- python3
script:
- echo "CXX="$CXX
- echo "CC="$CC
@@ -25,3 +26,5 @@ script:
- make -j8
- ctest -j8 --output-on-failure
- sudo make install
- sudo python3 setup.py install
- python3 examples/pybullet/unittests/unittests.py