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 Dec 21, 2019
1 parent 9fb32a3 commit 2862ee9
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="$BEFORE_SCRIPT; curl -sL https://patch-diff.githubusercontent.com/raw/ros-infrastructure/rosdep/pull/694.diff | filterdiff --exclude='a/test/*' | sudo --dry-run -f -d /usr/lib/python2.7/dist-packages/ -p2"
- source .travis/travis.sh
- (cd $TRAVIS_BUILD_DIR/doc && source setup.sh && make html)
after_success:
Expand Down

0 comments on commit 2862ee9

Please sign in to comment.