summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2021-03-03 14:56:06 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-03-03 17:04:35 +0100
commit8b1a87c50333d302f5d446b8a5ee4b4260b5433e (patch)
tree93f836d862bd34755cfa50f8536a4e9a1700b8e2
parenttravis-ci: update to include 3.10-dev and 3.9 final. (diff)
downloadfreestyle-hid-8b1a87c50333d302f5d446b8a5ee4b4260b5433e.tar
freestyle-hid-8b1a87c50333d302f5d446b8a5ee4b4260b5433e.tar.gz
freestyle-hid-8b1a87c50333d302f5d446b8a5ee4b4260b5433e.tar.bz2
freestyle-hid-8b1a87c50333d302f5d446b8a5ee4b4260b5433e.tar.lz
freestyle-hid-8b1a87c50333d302f5d446b8a5ee4b4260b5433e.tar.xz
freestyle-hid-8b1a87c50333d302f5d446b8a5ee4b4260b5433e.tar.zst
freestyle-hid-8b1a87c50333d302f5d446b8a5ee4b4260b5433e.zip
-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: