X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/80500748a7b4246e2381ddce869a09a215a591ae..a82f1867875c906bedfe3ef675473b795d8b0440:/.travis.yml?ds=sidebyside diff --git a/.travis.yml b/.travis.yml index 09c7251..04c0c08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,12 +4,12 @@ language: python cache: pip install: - pip install coverage coveralls flake8 flake8-bugbear mypy -- pip install -e . +- pip install -e '.[d]' 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' ]]; then mypy black.py blackd.py tests/test_black.py; fi - if [[ $TRAVIS_PYTHON_VERSION == '3.7' ]]; then black --check --verbose .; fi -- if [[ $TRAVIS_PYTHON_VERSION == '3.8-dev' ]]; then flake8 black.py tests/test_black.py; fi +- if [[ $TRAVIS_PYTHON_VERSION == '3.8-dev' ]]; then flake8 black.py blackd.py tests/test_black.py; fi after_success: - coveralls notifications: