X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8d588273766675ece744f9b37c40483706f3a9d7..9854d4b375ef84d651892785165a6c7b0e9f391b:/.travis.yml diff --git a/.travis.yml b/.travis.yml index cb28deb..a4eb998 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -sudo: required dist: xenial language: python cache: pip @@ -32,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 @@ -46,5 +45,5 @@ deploy: skip_cleanup: true on: condition: $TRAVIS_PYTHON_VERSION == '3.6' - repo: ambv/black + repo: psf/black tags: true