X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a9d8af466a65b7d88ea35e0ff4c460175098260e..4bcae4cf839aeba828bcdc4764369ae790f81d0d:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 01c1339..a4eb998 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,8 +31,8 @@ matrix: python: 3.6 - name: "3.7" python: 3.7 - - name: "3.8-dev" - python: 3.8-dev + - name: "3.8" + python: 3.8 before_deploy: - pip install pyinstaller - pyinstaller --clean -F --add-data blib2to3/:blib2to3 black.py @@ -45,5 +45,5 @@ deploy: skip_cleanup: true on: condition: $TRAVIS_PYTHON_VERSION == '3.6' - repo: ambv/black + repo: psf/black tags: true