X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a9d8af466a65b7d88ea35e0ff4c460175098260e..2227e6b1cdd301523ad8bde476a4afc0ba995f21:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 01c1339..d594373 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,10 @@ 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 @@ -45,5 +49,5 @@ deploy: skip_cleanup: true on: condition: $TRAVIS_PYTHON_VERSION == '3.6' - repo: ambv/black + repo: python/black tags: true