aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2017-05-04 00:30:22 +0200
committerSimon Warta <[email protected]>2017-05-04 00:30:22 +0200
commitd48188b4b878352c2d5505480d11f5145757f1fe (patch)
treefa72b1bbdf2eed07ee1b3e6f77d434f7374c9e1f /src
parent2e8f6126be89c67a1f28af6c62d26c806c14b29d (diff)
Make pylint mandatory for botan2.py
Diffstat (limited to 'src')
-rwxr-xr-xsrc/scripts/ci/travis/lint.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/ci/travis/lint.sh b/src/scripts/ci/travis/lint.sh
index 0e5fcc18f..7351eb2aa 100755
--- a/src/scripts/ci/travis/lint.sh
+++ b/src/scripts/ci/travis/lint.sh
@@ -16,6 +16,6 @@ python3 -m pylint src/scripts/python_uniitests.py
echo "travis_fold:end:pylint_python_unittests"
echo "travis_fold:start:pylint_botanpy"
-python3 -m pylint src/python/botan2.py || true
-python2 -m pylint --disable=superfluous-parens,too-many-locals src/python/botan2.py || true
+python3 -m pylint src/python/botan2.py
+python2 -m pylint --disable=superfluous-parens,too-many-locals src/python/botan2.py
echo "travis_fold:end:pylint_botanpy"