Update .travis.yml
This commit is contained in:
parent
82ae9450f6
commit
704161c2d4
@ -15,5 +15,5 @@ install:
|
|||||||
script:
|
script:
|
||||||
- for file in $(find . -type f -name \"*.sh\"); do shellcheck --format=gcc $file; done;
|
- for file in $(find . -type f -name \"*.sh\"); do shellcheck --format=gcc $file; done;
|
||||||
- cd benchmark/data
|
- cd benchmark/data
|
||||||
- flake8 --statistics --count
|
#- flake8 --statistics --count
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then black --check --diff .; fi
|
#- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then black --check --diff .; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user