travis: use Poetry 1.0.x

Este commit está contenido en:
cn 2020-10-07 17:20:59 +02:00
padre 2cf9c87a8d
commit d9b273b521
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: