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:
parent
703faa3233
commit
362b722004
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user