From: Abdullah Selek Date: Fri, 30 Oct 2020 15:24:18 +0000 (+0000) Subject: Start using Python 3.9 on Travis (#1790) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/8c8af4f1612dc29358490a7d04dd4ff2f5d4939d?ds=inline;pf=etc Start using Python 3.9 on Travis (#1790) * Start using Python 3.9 on Travis * Remove allow_failures --- diff --git a/.travis.yml b/.travis.yml index f035343..e8d2975 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,9 +28,7 @@ matrix: - name: "3.8" python: 3.8 - name: "3.9" - python: 3.9-dev - allow_failures: - - python: 3.9-dev + python: 3.9 before_deploy: - pip install pyinstaller - pyinstaller --clean -F --add-data src/blib2to3/:blib2to3 src/black/__init__.py