X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/000147c007787fc26e8ccb4fb9843a6f9d80affb..7f4b27541330e2ff35b1a010c9de0c5f618f9f4c:/.travis.yml diff --git a/.travis.yml b/.travis.yml index b6dc6b3..4e086bd 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,6 +27,10 @@ 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