diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2021-03-03 14:56:06 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-03-03 17:04:35 +0100 |
commit | 8b1a87c50333d302f5d446b8a5ee4b4260b5433e (patch) | |
tree | 93f836d862bd34755cfa50f8536a4e9a1700b8e2 | |
parent | travis-ci: update to include 3.10-dev and 3.9 final. (diff) | |
download | freestyle-hid-1.0.2.tar freestyle-hid-1.0.2.tar.gz freestyle-hid-1.0.2.tar.bz2 freestyle-hid-1.0.2.tar.lz freestyle-hid-1.0.2.tar.xz freestyle-hid-1.0.2.tar.zst freestyle-hid-1.0.2.zip |
-rw-r--r-- | .travis.yml | 3 |
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: |