We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d1721 commit 966e8eeCopy full SHA for 966e8ee
.travis.yml
@@ -18,7 +18,9 @@ before_install:
18
sudo apt-get install -y \
19
coreutils \
20
clang-format-3.8 \
21
+ python3-pip \
22
python3.4
23
+ - sudo pip3 install pylint
24
25
script:
26
- ./run-checks
run-checks
@@ -6,3 +6,7 @@ set -e
6
echo "== RUNNING TESTS =="
7
./tests/run.py
8
echo
9
+
10
+echo "== RUNNING PYLINT =="
11
+./tests/run-pylint
12
+echo
0 commit comments