From 5b2dc67776e28d981f9587f6fa96a094f914fe9d Mon Sep 17 00:00:00 2001 From: olivierdalang Date: Tue, 8 Jun 2021 12:39:26 +0200 Subject: [PATCH] remove flake8 check with travis (as we now use pre-commit on github) --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 131de74c..9d07518e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,11 +27,6 @@ install: jobs: include: - - stage: static tests - script: - - python3 -m flake8 --jobs=1 - #- docker run -v $TRAVIS_BUILD_DIR:/root/qgissettingmanager "qgis/qgis:${QGIS_DOCKER_TAG}" /root/qgissettingmanager/test/run_in_qgis_docker.sh - - stage: deploy if: tag IS present script: plugin_ci/release/release.sh