From 873f705acbbb7f06e67345455e576ab7b13e01ad Mon Sep 17 00:00:00 2001 From: cn Date: Wed, 7 Oct 2020 17:31:45 +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: