X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/dbe26161fa68632d608a440666a0960a32630902..8a8c58252cc023ae250d6febd24f50a8166450d4:/.travis.yml diff --git a/.travis.yml b/.travis.yml index c8507ac..4ac7fbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ script: - coverage run tests/test_black.py - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then mypy black.py tests/test_black.py; fi - if [[ $TRAVIS_PYTHON_VERSION == '3.6-dev' ]]; then flake8 black.py tests/test_black.py; fi -- if [[ $TRAVIS_PYTHON_VERSION == '3.7-dev' ]]; then black --check --verbose black.py setup.py tests/test_black.py docs/conf.py; fi +- if [[ $TRAVIS_PYTHON_VERSION == '3.7-dev' ]]; then black --check --verbose .; fi after_success: - coveralls notifications: