X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a6d866990e52d511af7945f5c850fe75dcae65e5..7f4b27541330e2ff35b1a010c9de0c5f618f9f4c:/.travis.yml diff --git a/.travis.yml b/.travis.yml index ec24172..4e086bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ 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]' @@ -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