Test on Python 3.9-dev (#1393)

* Test on Python 3.9-dev

* Python 3.9 still in alpha, allow to fail
This commit is contained in:
Hugo van Kemenade 2020-05-08 18:19:06 +03:00 committed by GitHub
parent 703faa3233
commit 362b722004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,10 @@ matrix:
python: 3.7
- name: "3.8"
python: 3.8
- name: "3.9"
python: 3.9-dev
allow_failures:
- python: 3.9-dev
before_deploy:
- pip install pyinstaller
- pyinstaller --clean -F --add-data blib2to3/:blib2to3 black.py