summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
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: