From d9b273b5210fcc7c98b5398531d326a0bafb3679 Mon Sep 17 00:00:00 2001 From: cn Date: Wed, 7 Oct 2020 17:20:59 +0200 Subject: [PATCH] travis: use Poetry 1.0.x --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index feaf9ec..34624d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: - "3.8" install: -- pip install poetry +- pip install poetry==1.0.10 - poetry install script: