X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2082a325fdd14f0aabd88f7f12a20f9fb085c538..8c8af4f1612dc29358490a7d04dd4ff2f5d4939d:/.travis.yml diff --git a/.travis.yml b/.travis.yml index b2b127c..e8d2975 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,7 +20,7 @@ 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" @@ -28,9 +28,7 @@ matrix: - name: "3.8" python: 3.8 - name: "3.9" - python: 3.9-dev - allow_failures: - - python: 3.9-dev + python: 3.9 before_deploy: - pip install pyinstaller - pyinstaller --clean -F --add-data src/blib2to3/:blib2to3 src/black/__init__.py