From 52b2682c15c4a17cba7bbaa7808068a626d9964e Mon Sep 17 00:00:00 2001 From: cn Date: Thu, 10 Dec 2020 12:14:05 +0100 Subject: [PATCH] ci: upgrade to Poetry 1.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 34624d6..feaf9ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: - "3.8" install: -- pip install poetry==1.0.10 +- pip install poetry - poetry install script: