diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-03 11:54:25 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-03 11:54:25 +0200 |
commit | c910b431f8430cb18dda88eaa0c0599d5fe2e5a4 (patch) | |
tree | 62147d55157c6f3c87060bf0c9d4ee94ac1e2a80 | |
parent | 03ec80f7d33d4a905fd42a8c4816ee88c530c217 (diff) | |
download | weechat-c910b431f8430cb18dda88eaa0c0599d5fe2e5a4.zip |
Revert "core: use pylint3 to lint Python scripts (Travis CI)"
This reverts commit 03ec80f7d33d4a905fd42a8c4816ee88c530c217.
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 3895fdbbb..fa04d25e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ before_script: - travis_retry sudo apt-get update -qq - travis_retry sudo apt-get -y install devscripts equivs python-pip libenchant-dev autopoint cmake lcov pkg-config libncursesw5-dev gem2deb libperl-dev python-dev python3-dev libaspell-dev liblua5.3-dev tcl8.6-dev guile-2.0-dev libv8-dev libcurl4-gnutls-dev libgcrypt20-dev libgnutls-dev zlib1g-dev curl libcpputest-dev php7.0-dev libphp7.0-embed - travis_retry sudo gem install asciidoctor - - travis_retry sudo -H pip install --ignore-installed msgcheck pylint3 + - travis_retry sudo -H pip install --ignore-installed msgcheck pylint - phpenv local system # work around broken travis environment variables, see https://github.com/travis-ci/travis-ci/issues/5301 - unset PYTHON_CFLAGS @@ -34,11 +34,11 @@ before_script: script: - ./tools/build-test.sh - msgcheck po/*.po - - pylint3 --version - - pylint3 doc/docgen.py - - pylint3 tests/scripts/python/testapigen.py - - pylint3 tests/scripts/python/testapi.py - - pylint3 tests/scripts/python/unparse.py + - pylint --version + - pylint doc/docgen.py + - pylint tests/scripts/python/testapigen.py + - pylint tests/scripts/python/testapi.py + - pylint tests/scripts/python/unparse.py - ./tools/build-debian.sh test-patches after_success: |