Skip to content

Commit

Permalink
use ros-infrastructure/rosdep#694 to respect version_lt for python pi…
Browse files Browse the repository at this point in the history
…p, some package requries python3
  • Loading branch information
k-okada committed May 10, 2020
1 parent 717f4df commit cc2b918
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ before_script:
- if [[ "$ROS_DISTRO" == "kinetic" && "$DOCKER_IMAGE_JENKINS" == "" ]]; then export export DOCKER_IMAGE_JENKINS='ros-ubuntu:16.04-pcl'; fi
- if [[ "$ROS_DISTRO" == "melodic" && "$DOCKER_IMAGE_JENKINS" == "" ]]; then export export DOCKER_IMAGE_JENKINS='ros-ubuntu:18.04-pcl'; fi
script:
# use https://github.com/ros-infrastructure/rosdep/pull/694 to respect version_lt for python pip, some package requries python3
- export BEFORE_SCRIPT="sudo apt-get install -y patchutils; curl -sL https://patch-diff.githubusercontent.com/raw/ros-infrastructure/rosdep/pull/694.diff | filterdiff --exclude='a/test/*' | sed 's/\ +\ pkg.buildtool_export_depends//' | sudo patch -d /usr/lib/python2.7/dist-packages/ -p2; $BEFORE_SCRIPT"
- source .travis/travis.sh
- (cd $TRAVIS_BUILD_DIR/doc && source setup.sh && make html)
after_success:
Expand Down

0 comments on commit cc2b918

Please sign in to comment.