X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/000147c007787fc26e8ccb4fb9843a6f9d80affb..2082a325fdd14f0aabd88f7f12a20f9fb085c538:/.travis.yml diff --git a/.travis.yml b/.travis.yml index b6dc6b3..b2b127c 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 -m unittest" 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 @@ -27,9 +27,13 @@ matrix: python: 3.7 - name: "3.8" python: 3.8 + - name: "3.9" + python: 3.9-dev + allow_failures: + - python: 3.9-dev before_deploy: - pip install pyinstaller - - pyinstaller --clean -F --add-data blib2to3/:blib2to3 black.py + - pyinstaller --clean -F --add-data src/blib2to3/:blib2to3 src/black/__init__.py deploy: provider: releases api_key: