Skip to content

Commit

Permalink
Fixed travis pylint 3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcgpuig committed Oct 3, 2019
1 parent de3cf26 commit 1f2352a
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 @@ -65,13 +65,15 @@ matrix:
- python3-pip
install:
- pip3 install -q --user setuptools
- pip3 install -q astroid==2.2.5
- pip3 install -q pylint
- pip3 install -q --user -r PythonAPI/carla/requirements.txt
- pip3 install -q --user -r PythonAPI/examples/requirements.txt
- pip3 install -q --user -r PythonAPI/test/requirements.txt
- pip3 install -q --user -r PythonAPI/util/requirements.txt
- pip3 install -q --user -r Util/Docker/requirements.txt
script:
- pylint --version
- shopt -s globstar
- pylint --disable=R,C --rcfile=PythonAPI/.pylintrc PythonAPI/**/*.py Util/Docker/*.py Util/BuildTools/*.py

Expand Down

0 comments on commit 1f2352a

Please sign in to comment.