From 8b1a87c50333d302f5d446b8a5ee4b4260b5433e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Wed, 3 Mar 2021 13:56:06 +0000 Subject: travis-ci: work around the wrong version of attrs in Python 3.7 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7ef81cf..633fbf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,9 @@ matrix: - python: 3.10-dev install: + # Work around failures with Python 3.7 on Travis CI coming with its own + # version of attrs that is incompatible with pytest. + - pip install -U attrs - pip install .[dev,tools] script: -- cgit v1.2.3