X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8d588273766675ece744f9b37c40483706f3a9d7..b396f137618e4eb7c73b49033530383c45b160f3:/.travis.yml diff --git a/.travis.yml b/.travis.yml index cb28deb..c0cd5ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -sudo: required dist: xenial language: python cache: pip @@ -34,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