Skip to content

Commit fb3467e

Browse files
[travis] Add missing python dependencies.
1 parent 11c634a commit fb3467e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

travis_custom/custom_before_install

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ sudo free -m -t
1515
# Setup environment variables.
1616
export APT_DEPENDENCIES="doxygen libboost-system-dev libboost-test-dev libboost-filesystem-dev libboost-program-options-dev libeigen3-dev libtinyxml-dev libconsole-bridge-dev robotpkg-pinocchio robotpkg-dynamic-graph-v3 robotpkg-py27-dynamic-graph-v3 robotpkg-sot-core-v3 "
1717

18+
# Add Python dependency
19+
export APT_DEPENDENCIES=$APT_DEPENDENCIES" libboost-python-dev robotpkg-eigenpy python2.7-dev python-numpy python-sphinx"
20+
21+
1822
# When this script is called the current directory is ./custom_travis
1923
. ./.travis/run ../.travis/before_install
2024

0 commit comments

Comments
 (0)