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