Skip to content

Commit

Permalink
[travis] Fix robotpkg-py27-eigenpy
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-stasse committed Apr 8, 2018
1 parent 80e979b commit ae2847e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis_custom/custom_before_install
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sudo free -m -t
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 "

# Add Python dependency
export APT_DEPENDENCIES=$APT_DEPENDENCIES" libboost-python-dev robotpkg-eigenpy python2.7-dev python-numpy python-sphinx"
export APT_DEPENDENCIES=$APT_DEPENDENCIES" libboost-python-dev robotpkg-py27-eigenpy python2.7-dev python-numpy python-sphinx"

# When this script is called the current directory is ./custom_travis
. ./.travis/run ../.travis/before_install
Expand Down

0 comments on commit ae2847e

Please sign in to comment.