Skip to content

Commit 966e8ee

Browse files
committed
Run pylint from Travis
1 parent 14d1721 commit 966e8ee

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ before_install:
1818
sudo apt-get install -y \
1919
coreutils \
2020
clang-format-3.8 \
21+
python3-pip \
2122
python3.4
23+
- sudo pip3 install pylint
2224

2325
script:
2426
- ./run-checks

run-checks

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ set -e
66
echo "== RUNNING TESTS =="
77
./tests/run.py
88
echo
9+
10+
echo "== RUNNING PYLINT =="
11+
./tests/run-pylint
12+
echo

0 commit comments

Comments
 (0)