Skip to content

Commit

Permalink
activate pylint checks from feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fmessmer committed Jan 30, 2020
1 parent f4560b4 commit 40b99db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ env:
- CATKIN_LINT_ARGS='--ignore description_boilerplate'
- CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release
- NOT_TEST_DOWNSTREAM=true
- PYLINT_ARGS="--output-format=parseable --errors-only --ignored-modules=yaml"
- PYLINT2_CHECK=true
- PYLINT3_CHECK=true
- ROS_REPO=ros
- UPSTREAM_WORKSPACE=file
- VERBOSE_OUTPUT=false
Expand All @@ -21,6 +24,6 @@ env:
- ROS_DISTRO=kinetic AFTER_SETUP_TARGET_WORKSPACE='wget -O - https://raw.githubusercontent.com/mojin-robotics/realsense/realsense_substitute/realsense_camera/patch/patch_docker.sh | bash'
- ROS_DISTRO=melodic
install:
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci -b master
- git clone --quiet --depth 1 https://github.com/fmessmer/industrial_ci.git .industrial_ci -b master_pylint
script:
- .industrial_ci/travis.sh

0 comments on commit 40b99db

Please sign in to comment.