From adf9ac52b2422b89d2b68677a2cdde5b780b7903 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 6 Nov 2020 20:53:02 +1100 Subject: [PATCH] Revert "add flake8 to travis-ci" This reverts commit 990e6ee24e0a8e6f9a7e8b35277f0fed421be8cc. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4c23ae0648..639de9a80e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,10 +22,6 @@ install: # - sudo apt-get update -qq && sudo apt-get install -y dart # - export PATH=$PATH:/usr/lib/dart/bin:$HOME/.pub-cache/bin # - git clone https://github.com/KhronosGroup/glTF-Validator && pushd glTF-Validator && pub get && pub global activate --source path ./ && popd - - pip install flake8 - -before_script: - - flake8 . --max-line-length=120 --statistics script: - pwd