Update .travis.yml

This commit is contained in:
Torma Kristóf 2019-05-19 14:42:44 +02:00 committed by GitHub
parent 82ae9450f6
commit 704161c2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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