summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2021-03-03 14:51:56 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-03-03 17:04:35 +0100
commite8fa629389b6676bc9825ef1742a81d5139dc262 (patch)
treebb5d0e70d1455a791cac1968f706dd7a4c89faa8
parentAllow selecting which encoding to use for decoding text commands. (diff)
downloadfreestyle-hid-e8fa629389b6676bc9825ef1742a81d5139dc262.tar
freestyle-hid-e8fa629389b6676bc9825ef1742a81d5139dc262.tar.gz
freestyle-hid-e8fa629389b6676bc9825ef1742a81d5139dc262.tar.bz2
freestyle-hid-e8fa629389b6676bc9825ef1742a81d5139dc262.tar.lz
freestyle-hid-e8fa629389b6676bc9825ef1742a81d5139dc262.tar.xz
freestyle-hid-e8fa629389b6676bc9825ef1742a81d5139dc262.tar.zst
freestyle-hid-e8fa629389b6676bc9825ef1742a81d5139dc262.zip
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fb34a87..7ef81cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,8 +10,9 @@ matrix:
include:
- python: 3.7
- python: 3.8
+ - python: 3.9
env: PYTEST_OPTIONS="--mypy"
- - python: 3.9-dev
+ - python: 3.10-dev
install:
- pip install .[dev,tools]