X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1382eabb3f27d7c9cd5328fb7fddd1ded98121fb..b64fd2bbec420ff71f7592f40816ae7de2fa4a15:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 19b60a4..f035343 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ cache: directories: - $HOME/.cache/pre-commit env: - - TEST_CMD="coverage run -m unittest" + - TEST_CMD="tox -e py" install: - - pip install coverage coveralls pre-commit + - pip install coverage coveralls pre-commit tox - pip install -e '.[d]' script: - $TEST_CMD @@ -20,16 +20,20 @@ matrix: - name: "lint" python: 3.7 env: - - TEST_CMD="pre-commit run --all-files" + - TEST_CMD="pre-commit run --all-files --show-diff-on-failure" - name: "3.6" python: 3.6 - name: "3.7" 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: