travis: use Poetry 1.0.x

This commit is contained in:
cn 2020-10-07 17:20:59 +02:00
förälder 2cf9c87a8d
incheckning d9b273b521
1 ändrade filer med 1 tillägg och 1 borttagningar

Visa fil

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