try to get python dependency in travis (pybullet)

This commit is contained in:
erwincoumans
2016-06-21 08:43:04 -07:00
committed by GitHub
parent 51da386345
commit 07ee9673ef

View File

@@ -5,6 +5,9 @@ os:
compiler:
- gcc
- clang
python:
- "2.7"
- "3.4"
script:
- echo "CXX="$CXX
- echo "CC="$CC