travis: use Poetry 1.0.x

Este commit está contenido en:
cn 2020-10-07 17:31:45 +02:00
padre 6155338645
commit 873f705acb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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