X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/4a953b7241ce5f8bcac985fa33fdf3af4f42c0de..be35b1ed2d1f9453090bb29ac24abe997815ff70:/.travis.yml diff --git a/.travis.yml b/.travis.yml index d594373..c2b8d05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,10 +33,6 @@ matrix: 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 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: python/black + repo: psf/black tags: true