Skip to content

Commit 0e9ebee

Browse files
authored
Merge pull request #18 from fmessmer/feature/python3_compatibility
[ci_updates] pylint + Python3 compatibility
2 parents 257dc83 + 145ae6a commit 0e9ebee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ env:
1313
- CATKIN_LINT_ARGS='--ignore description_boilerplate --ignore target_name_collision'
1414
- CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release
1515
- NOT_TEST_DOWNSTREAM=true
16+
- PYLINT_ARGS="--output-format=parseable --errors-only"
17+
- PYLINT2_CHECK=true
18+
- PYLINT3_CHECK=true
1619
- ROS_REPO=ros
1720
- VERBOSE_OUTPUT=false
1821
- VERBOSE_TESTS=false
1922
matrix:
2023
- ROS_DISTRO=kinetic
2124
- ROS_DISTRO=melodic
2225
install:
23-
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci -b master
26+
- git clone --quiet --depth 1 https://github.com/fmessmer/industrial_ci.git .industrial_ci -b master_pylint
2427
script:
2528
- .industrial_ci/travis.sh

0 commit comments

Comments
 (0)