X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/000147c007787fc26e8ccb4fb9843a6f9d80affb..32009775e569491a6a535c6e48201a3409e036f2:/.travis.yml diff --git a/.travis.yml b/.travis.yml index b6dc6b3..ec24172 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,14 +4,14 @@ cache: directories: - $HOME/.cache/pre-commit env: -- TEST_CMD="coverage run tests/test_black.py" + - TEST_CMD="coverage run tests/test_black.py" install: -- pip install coverage coveralls pre-commit -- pip install -e '.[d]' + - pip install coverage coveralls pre-commit + - pip install -e '.[d]' script: -- $TEST_CMD + - $TEST_CMD after_success: -- coveralls + - coveralls notifications: on_success: change on_failure: always