From b136bc84f6a1fb643beac182d74812861222cda4 Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Sat, 21 Dec 2019 09:01:42 +0000 Subject: [PATCH] use https://github.com/ros-infrastructure/rosdep/pull/694 to respect version_lt for python pip, some package requries python3 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 787f5797d3..3bf4e7f5ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/*' | 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: