From 704161c2d4fec15d725b5b3fc17d755703387f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 19 May 2019 14:42:44 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1438ed0..3ac1095 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,5 +15,5 @@ install: script: - for file in $(find . -type f -name \"*.sh\"); do shellcheck --format=gcc $file; done; - cd benchmark/data - - flake8 --statistics --count - - if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then black --check --diff .; fi + #- flake8 --statistics --count + #- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then black --check --diff .; fi