travis: use Poetry 1.0.x

This commit is contained in:
cn 2020-10-07 17:31:45 +02:00
父節點 6155338645
當前提交 873f705acb
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -9,7 +9,7 @@ python:
- "3.8"
install:
- pip install poetry
- pip install poetry==1.0.10
- poetry install
script: