X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a00f426637bfc4922c952de5a021cd2095b63d36..84e22b75c6baeb231dee52b7bd086f547063e0e4:/.travis.yml diff --git a/.travis.yml b/.travis.yml index c0cd5ab..a4eb998 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,12 +31,8 @@ matrix: python: 3.6 - name: "3.7" python: 3.7 - - name: "3.8-dev" - python: 3.8-dev - # aiohttp currently has a bug affecting 3.8 - allow_failures: - - 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 @@ -49,5 +45,5 @@ deploy: skip_cleanup: true on: condition: $TRAVIS_PYTHON_VERSION == '3.6' - repo: ambv/black + repo: psf/black tags: true