travis: use Poetry 1.0.x

このコミットが含まれているのは:
cn 2020-10-07 17:31:45 +02:00
コミット 873f705acb
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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